--- apiVersion: "v1" kind: "Template" labels: {} metadata: annotations: description: "Shows how to use Spring Boot with WebMVC in the Java Container" fabric8.springboot-webmvc/iconUrl: "img/icons/spring-boot.svg" fabric8.springboot-webmvc/summary: "Shows how to use Spring Boot with WebMVC in\ \ the Java Container" labels: {} name: "springboot-webmvc" objects: - apiVersion: "v1" kind: "Service" metadata: annotations: fabric8.io/iconUrl: "img/icons/spring-boot.svg" labels: project: "springboot-webmvc" provider: "fabric8" version: "2.2.113" group: "quickstarts" name: "springboot-webmvc" spec: deprecatedPublicIPs: [] externalIPs: [] ports: - port: 80 protocol: "TCP" targetPort: 8080 selector: project: "springboot-webmvc" provider: "fabric8" group: "quickstarts" type: "LoadBalancer" - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/iconUrl: "img/icons/spring-boot.svg" fabric8.io/git-branch: "release-v2.2.113" fabric8.io/git-commit: "7b59f2f11427f9bcf58702a8614b3c55cc39860f" fabric8.io/build-id: "1" labels: project: "springboot-webmvc" provider: "fabric8" version: "2.2.113" group: "quickstarts" name: "springboot-webmvc" spec: replicas: 1 selector: project: "springboot-webmvc" provider: "fabric8" version: "2.2.113" group: "quickstarts" template: metadata: annotations: {} labels: project: "springboot-webmvc" provider: "fabric8" version: "2.2.113" group: "quickstarts" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/springboot-webmvc:2.2.113" name: "springboot-webmvc" ports: - containerPort: 8778 name: "jolokia" readinessProbe: httpGet: httpHeaders: [] path: "/" port: 8080 initialDelaySeconds: 5 timeoutSeconds: 30 securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} volumes: [] parameters: []