Untitled

Anonymous
plain_text
06/11/2024 10:43 AM
396 B
14
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