Untitled
unknown
plain_text
a year ago
296 B
4
Indexable
apiVersion: apps/v1 kind: Deployment metadata: name: my-nginx-deployment spec: replicas: 10 selector: matchLabels: app: my-nginx template: metadata: labels: app: my-nginx spec: containers: - name: nginx image: nginx
Editor is loading...
Leave a Comment