Skip to content

Instantly share code, notes, and snippets.

@kameshsampath
Created April 18, 2020 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kameshsampath/a28fe7848c89f655a3b7c611979dae27 to your computer and use it in GitHub Desktop.
Save kameshsampath/a28fe7848c89f655a3b7c611979dae27 to your computer and use it in GitHub Desktop.
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: myboot
spec:
template:
spec:
containers:
- image: quay.io/rhdevelopers/myboot:v2
livenessProbe:
httpGet:
path: /health
readinessProbe:
httpGet:
path: /health
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment