Files
gitops-demo/charts/demo-app/values.yaml
Hans Dominik Werner d3991b7a85 initial demo
2026-04-15 21:53:39 +02:00

13 lines
148 B
YAML

replicaCount: 1
image:
repository: nginx
tag: "1.25"
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 80
message: "v1 from git"