--- apiVersion: "v1" kind: "List" items: - apiVersion: "v1" kind: "Service" metadata: annotations: fabric8.io/iconUrl: "img/icons/spring-boot.svg" fabric8.io/git-commit: "2656e3679d0034bb63c83e429f17135b30ed7d71" fabric8.io/git-branch: "release-v1.0.28" labels: hystrix.enabled: "true" provider: "fabric8" demo.name: "loanbroker" project: "loanbroker-credit-bureau" version: "1.0.28" group: "io.fabric8.kubeflix.examples" expose: "true" name: "loanbroker-credit-bureau" spec: ports: - name: "http" port: 80 protocol: "TCP" targetPort: 8080 selector: hystrix.enabled: "true" demo.name: "loanbroker" project: "loanbroker-credit-bureau" provider: "fabric8" group: "io.fabric8.kubeflix.examples" type: "LoadBalancer" - apiVersion: "extensions/v1beta1" kind: "Deployment" metadata: annotations: fabric8.io/iconUrl: "img/icons/spring-boot.svg" fabric8.io/git-commit: "2656e3679d0034bb63c83e429f17135b30ed7d71" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=loanbroker-credit-bureau&var-version=1.0.28" fabric8.io/git-branch: "release-v1.0.28" labels: hystrix.enabled: "true" provider: "fabric8" demo.name: "loanbroker" project: "loanbroker-credit-bureau" version: "1.0.28" group: "io.fabric8.kubeflix.examples" name: "loanbroker-credit-bureau" spec: replicas: 1 selector: matchLabels: hystrix.enabled: "true" provider: "fabric8" demo.name: "loanbroker" project: "loanbroker-credit-bureau" group: "io.fabric8.kubeflix.examples" template: metadata: annotations: fabric8.io/iconUrl: "img/icons/spring-boot.svg" fabric8.io/git-commit: "2656e3679d0034bb63c83e429f17135b30ed7d71" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=loanbroker-credit-bureau&var-version=1.0.28" fabric8.io/git-branch: "release-v1.0.28" labels: hystrix.enabled: "true" provider: "fabric8" demo.name: "loanbroker" project: "loanbroker-credit-bureau" version: "1.0.28" group: "io.fabric8.kubeflix.examples" spec: containers: - env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/loanbroker-credit-bureau:1.0.28" imagePullPolicy: "IfNotPresent" livenessProbe: httpGet: path: "/health" port: 8080 initialDelaySeconds: 180 name: "loanbroker-credit-bureau" ports: - containerPort: 8080 name: "http" readinessProbe: httpGet: path: "/ready" port: 8080 initialDelaySeconds: 5 securityContext: privileged: false serviceAccountName: "fabric8"