Untitled

Anonymous
plain_text
06/11/2024 10:13 AM
388 B
11
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