--- apiVersion: "v1" kind: "Template" metadata: annotations: fabric8.springboot-webmvc/summary: "Shows how to use Spring Boot with WebMVC in\ \ the Java Container" description: "Shows how to use Spring Boot with WebMVC in the Java Container" fabric8.springboot-webmvc/iconUrl: "img/icons/spring-boot.svg" labels: {} name: "springboot-webmvc" objects: - apiVersion: "v1" kind: "Service" metadata: annotations: fabric8.io/iconUrl: "img/icons/spring-boot.svg" labels: provider: "fabric8" project: "springboot-webmvc" version: "2.2.145" 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.145" fabric8.io/git-commit: "fae6436e2e85aa19ddbefa6b52f6057e7964e36c" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/9" fabric8.io/build-id: "9" labels: provider: "fabric8" project: "springboot-webmvc" version: "2.2.145" group: "quickstarts" name: "springboot-webmvc" spec: replicas: 1 selector: provider: "fabric8" project: "springboot-webmvc" version: "2.2.145" group: "quickstarts" template: metadata: annotations: {} labels: provider: "fabric8" project: "springboot-webmvc" version: "2.2.145" group: "quickstarts" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/springboot-webmvc:2.2.145" name: "springboot-webmvc" ports: - containerPort: 8778 name: "jolokia" readinessProbe: httpGet: httpHeaders: [] path: "/" port: 8080 initialDelaySeconds: 5 timeoutSeconds: 30 resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} volumes: [] parameters: []