16 lines
458 B
YAML
16 lines
458 B
YAML
# gitops-demo, dev environment — the ENTIRE per-service config now.
|
|
# This replaces the old gitops-demo/dev/{deployment,service,ingress}.yaml:
|
|
# three hand-written manifests collapse into these few lines. The shared
|
|
# charts/app chart turns this into the same Deployment + Service + Ingress.
|
|
name: gitops-demo
|
|
|
|
image:
|
|
repository: traefik/whoami
|
|
tag: latest
|
|
|
|
replicas: 2
|
|
|
|
ingress:
|
|
host: gitops-demo.dev.lgkentang.com
|
|
clusterIssuer: letsencrypt-prod
|