Skip to content

Instantly share code, notes, and snippets.

@whip113
Created November 15, 2018 21:19
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 whip113/9c83078aac308047a29776f92def9025 to your computer and use it in GitHub Desktop.
Save whip113/9c83078aac308047a29776f92def9025 to your computer and use it in GitHub Desktop.
Sample: Conjur Follower Deployment YAML
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: conjur-follower
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels:
app: conjur-follower
spec:
containers:
- image: registry2.itci.conjur.net/conjur-appliance:5.0-stable
name: conjur-follower
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment