Skip to content

Instantly share code, notes, and snippets.

@FreedomBen
Created November 24, 2020 18:12
Show Gist options
  • Save FreedomBen/084394f1afd9b7b67413e4ae87999a4e to your computer and use it in GitHub Desktop.
Save FreedomBen/084394f1afd9b7b67413e4ae87999a4e to your computer and use it in GitHub Desktop.
spec:
containers:
- image: quay.io/<username>/my-application-jobs:latest
name: my-application-jobs
imagePullPolicy: Always
livenessProbe:
exec:
command:
- /bin/sh
- -c
- "/usr/bin/my-application-jobs --alive"
initialDelaySeconds: 10
periodSeconds: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment