Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
containerPort: 8080
component: "my-new-service"
replicas: 2
image: "my/new-service"
imageTag: "v1.0.2"

readinessProbe:
  initialDelaySeconds: 30
  failureThreshold: 3
  httpPath: "/health"