Jonas Forsberg
4dbcd74a03
Some checks failed
Package and publish helm chart / package-helm (push) Failing after 17s
33 lines
620 B
YAML
33 lines
620 B
YAML
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
|