--- apiVersion: "v1" items: - apiVersion: "v1" kind: "Service" metadata: annotations: {} labels: project: "hello-spring-boot-ribbon" provider: "fabric8" version: "1.0.0" group: "io.fabric8.kubeflix" name: "hello-spring-boot-ribbon" spec: deprecatedPublicIPs: [] externalIPs: [] ports: - port: 80 protocol: "TCP" targetPort: 8080 selector: project: "hello-spring-boot-ribbon" provider: "fabric8" group: "io.fabric8.kubeflix" type: "LoadBalancer" - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/git-branch: "release-v1.0.0" fabric8.io/git-commit: "e9d8e7b1be262cdc93b02493ca7f3c636fed31b1" fabric8.io/build-id: "1" labels: project: "hello-spring-boot-ribbon" provider: "fabric8" version: "1.0.0" group: "io.fabric8.kubeflix" name: "hello-spring-boot-ribbon" spec: replicas: 1 selector: project: "hello-spring-boot-ribbon" provider: "fabric8" version: "1.0.0" group: "io.fabric8.kubeflix" template: metadata: annotations: {} labels: project: "hello-spring-boot-ribbon" provider: "fabric8" version: "1.0.0" group: "io.fabric8.kubeflix" spec: containers: - args: [] command: [] env: - name: "SPRING_PROFILES_ACTIVE" value: "kubernetes" - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/hello-spring-boot-ribbon:1.0.0" name: "hello-spring-boot-ribbon" ports: - containerPort: 8080 name: "http" securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} volumes: [] kind: "List"