Files
gitops-demo/charts/demo-app/values.yaml
2026-04-15 19:57:39 +00:00

13 lines
148 B
YAML

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