Update values.yaml
This commit is contained in:
@@ -49,9 +49,8 @@ service:
|
|||||||
targetPort: 9090
|
targetPort: 9090
|
||||||
|
|
||||||
hostAliases:
|
hostAliases:
|
||||||
- ip: "127.0.0.1"
|
- ip: '{{ .Values.AccessIP | default "127.0.0.1" }}'
|
||||||
hostnames:
|
hostnames:
|
||||||
- "test.fakedomain.dns"
|
|
||||||
- "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }}{{ .host }}{{ end }}{{ else }}placeholder.fakedomain.dns{{ end }}"
|
- "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }}{{ .host }}{{ end }}{{ else }}placeholder.fakedomain.dns{{ end }}"
|
||||||
|
|
||||||
secretEnv:
|
secretEnv:
|
||||||
|
|||||||
Reference in New Issue
Block a user