gitops-sample/deployment.yaml
suyiiyii cb4613f913
refactor(deployment): 将应用从 gatewayyy 重命名为 nginix
- 更新了 deployment、ingress 和 service 文件中的应用名称
- 修改了相关的服务和 Ingress 资源名称
- 更新了容器镜像地址
2024-11-15 21:53:43 +08:00

25 lines
421 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: nginix
name: nginix
spec:
replicas: 1
selector:
matchLabels:
app: nginix
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: nginix
spec:
containers:
- image: docker.m.ixdev.cn/library/nginx:latest
name: nginx
resources: {}
status: {}