k3s_hello_world/helm/values.yaml
2025-08-25 06:54:22 -05:00

18 lines
349 B
YAML

image:
repository: registry.gitlab.com/REPLACE_GROUP/REPLACE_PROJECT
tag: "latest"
pullPolicy: IfNotPresent
replicaCount: 2
containerPort: 8080
servicePort: 8080
ingress:
enabled: true
className: nginx
host: hello.example.com
tls:
enabled: true
secretName: flask-hello-tls
clusterIssuer: letsencrypt
imagePullSecrets: []