who_need_help/deploy/helm/who-need-help/values-kind.yaml

17 lines
225 B
YAML

image:
repository: who-need-help
tag: local
pullPolicy: IfNotPresent
service:
type: NodePort
port: 80
nodePort: 30080
existingSecret: who-need-help-local
app:
host: localhost
scheme: http
urlPort: "4011"