Created
August 19, 2019 11:39
-
-
Save abhirockzz/c3e5f23677cfcc14270978eae74084a5 to your computer and use it in GitHub Desktop.
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: apps/v1 | |
kind: ReplicaSet | |
metadata: | |
name: kin-stateless-rs | |
spec: | |
replicas: 2 | |
selector: | |
matchLabels: | |
app: kin-stateless-rs | |
template: | |
metadata: | |
labels: | |
app: kin-stateless-rs | |
spec: | |
containers: | |
- name: nginx | |
image: nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment