helm-charts/skeleton/values.yaml

33 lines
620 B
YAML
Raw Normal View History

2024-11-11 16:13:49 +00:00
image:
repository:
tag:
controller: # main workload
enabled: true # should the main workload be included or not
type: deployment # valid options are deployment, statefulset, job
service:
http:
enabled: false
ports:
http:
port: 80
targetPort: 8123
ingress:
enabled: false
service: http # what service should the ingress target
servicePort: 80
className: "nginx"
hosts:
- host: example.local
paths:
- path: /
pathType: Prefix
annotations:
{}
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local