gitops-sample/deployment.yaml
2024-11-14 23:36:01 +08:00

25 lines
433 B
YAML

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