k8s v1206 nginx deployment yaml
apiVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment labels: app: nginx spec: replicas: 3 selector: matchLabels: app: nginx template: metadata: labels: app: nginx spec: containers: - name: nginx image: nginx:1.20.6 ports: - containerPort: 80
原文地址: https://www.cveoy.top/t/topic/hHVJ 著作权归作者所有。请勿转载和采集!