--- apiVersion: "v1" items: - apiVersion: "v1" kind: "Service" metadata: annotations: {} labels: project: "hello-spring-boot-ribbon" provider: "fabric8" version: "1.0.8" 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.8" fabric8.io/git-commit: "9c017b52bdb2732eca0c37e85087a5c7356a3dcd" fabric8.io/build-id: "9" labels: project: "hello-spring-boot-ribbon" provider: "fabric8" version: "1.0.8" group: "io.fabric8.kubeflix" name: "hello-spring-boot-ribbon" spec: replicas: 1 selector: project: "hello-spring-boot-ribbon" provider: "fabric8" version: "1.0.8" group: "io.fabric8.kubeflix" template: metadata: annotations: {} labels: project: "hello-spring-boot-ribbon" provider: "fabric8" version: "1.0.8" 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.8" name: "hello-spring-boot-ribbon" ports: - containerPort: 8080 name: "http" securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} volumes: [] kind: "List"