gitops-sample/deployment-2.yaml
suyiiyii f58eab58c7
build(deployment): 更新镜像版本并注释配置文件
- 将 nginx 镜像版本从 latest 更新为 1
- 注释 deployment-2.yaml 文件,保留原始内容
2024-12-06 12:22:54 +08:00

25 lines
461 B
YAML

# apiVersion: apps/v1
# kind: Deployment
# metadata:
# creationTimestamp: null
# labels:
# app: http-bin
# name: http-bin
# spec:
# replicas: 1
# selector:
# matchLabels:
# app: http-bin
# strategy: {}
# template:
# metadata:
# creationTimestamp: null
# labels:
# app: http-bin
# spec:
# containers:
# - image: kennethreitz/httpbin
# name: httpbin
# resources: {}
# status: {}