Created
November 15, 2018 21:19
-
-
Save whip113/9c83078aac308047a29776f92def9025 to your computer and use it in GitHub Desktop.
Sample: Conjur Follower Deployment YAML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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