...
Code Block |
---|
containerPort: 8080 component: "my-new-service" replicas: 2 image: "my/new-service" imageTag: "v1.0.2" readinessProbe: initialDelaySeconds: 30 failureThreshold: 3 httpPath: "/healthhealthz" |
...
Code Block |
---|
containerPort: 8080 component: "my-new-service" replicas: 2 image: "my/new-service" imageTag: "v1.0.2" readinessProbe: initialDelaySeconds: 30 failureThreshold: 3 httpPath: "/healthhealthz" |