mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* feat: Support application specific parameter override files Signed-off-by: jannfis <jann@mistrust.net>
18 lines
359 B
YAML
18 lines
359 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: guestbook-ui
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: guestbook-ui
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: guestbook-ui
|
|
spec:
|
|
containers:
|
|
- image: gcr.io/heptio-images/ks-guestbook-demo:0.1
|
|
name: guestbook-ui
|
|
ports:
|
|
- containerPort: 81
|