mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
13 lines
212 B
YAML
13 lines
212 B
YAML
apiVersion: apps/v1beta2
|
|
kind: Deployment
|
|
metadata:
|
|
name: nginx-deployment
|
|
spec:
|
|
template:
|
|
metadata:
|
|
labels:
|
|
name: nginx
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|