Skip to content

Instantly share code, notes, and snippets.

@thecraftman
Last active August 14, 2021 00:58
Show Gist options
  • Save thecraftman/ef72090057befa94aab7556c630792db to your computer and use it in GitHub Desktop.
Save thecraftman/ef72090057befa94aab7556c630792db to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: helloworld-service
spec:
containers:
- name: docker-demo
image: tolatemitope/docker-demo
ports:
- containerPort: 5000
livenessProbe:
httpGet:
path: /
port: python-port
initialDelaySeconds: 15
timeoutSeconds: 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment