Created
March 3, 2016 19:25
-
-
Save punnie/2e70a2812e9bd371c8c2 to your computer and use it in GitHub Desktop.
This file contains 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
kind: ReplicationController | |
apiVersion: v1 | |
metadata: | |
name: jenkins-leader | |
labels: | |
name: jenkins | |
role: leader | |
spec: | |
replicas: 1 | |
selector: | |
name: jenkins | |
role: leader |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment