fix(k8s-gateway): fix multi-domain (#7448)
* Update _configmap.tpl Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update _k8sgateway.tpl Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update Chart.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update Chart.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> --------- Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -26,7 +26,7 @@ sources:
|
|||||||
- https://0xerr0r.github.io/blocky/
|
- https://0xerr0r.github.io/blocky/
|
||||||
- https://github.com/0xERR0R/blocky
|
- https://github.com/0xERR0R/blocky
|
||||||
- https://github.com/Mozart409/blocky-frontend
|
- https://github.com/Mozart409/blocky-frontend
|
||||||
version: 4.0.22
|
version: 4.0.23
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -78,7 +78,8 @@ data:
|
|||||||
fallthrough
|
fallthrough
|
||||||
}
|
}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
k8s_gateway "{{ required "Delegated domain ('domain') is mandatory " .domain }}" {
|
{{- end }}
|
||||||
|
k8s_gateway {{ range .Values.k8sgateway.domains }}"{{ required "Delegated domain ('domain') is mandatory " .domain }}"{{ end }} {
|
||||||
apex {{ $values.apex | default $fqdn }}
|
apex {{ $values.apex | default $fqdn }}
|
||||||
ttl {{ $values.ttl }}
|
ttl {{ $values.ttl }}
|
||||||
{{- if $values.secondary }}
|
{{- if $values.secondary }}
|
||||||
@@ -89,7 +90,7 @@ data:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
fallthrough
|
fallthrough
|
||||||
}
|
}
|
||||||
{{- end }}
|
|
||||||
prometheus 0.0.0.0:9153
|
prometheus 0.0.0.0:9153
|
||||||
{{- if .Values.k8sgateway.forward.enabled }}
|
{{- if .Values.k8sgateway.forward.enabled }}
|
||||||
forward . {{ .Values.k8sgateway.forward.primary }} {{ .Values.k8sgateway.forward.secondary }} {
|
forward . {{ .Values.k8sgateway.forward.primary }} {{ .Values.k8sgateway.forward.secondary }} {
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/k8s-gateway
|
- https://github.com/truecharts/charts/tree/master/charts/stable/k8s-gateway
|
||||||
- https://github.com/ori-edge/k8s_gateway
|
- https://github.com/ori-edge/k8s_gateway
|
||||||
type: application
|
type: application
|
||||||
version: 8.0.9
|
version: 8.0.10
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- networking
|
- networking
|
||||||
|
|||||||
@@ -37,7 +37,8 @@ data:
|
|||||||
fallthrough
|
fallthrough
|
||||||
}
|
}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
k8s_gateway "{{ required "Delegated domain ('domain') is mandatory " .domain }}" {
|
{{- end }}
|
||||||
|
k8s_gateway {{ range .Values.domains }}"{{ required "Delegated domain ('domain') is mandatory " .domain }}"{{ end }} {
|
||||||
apex {{ $values.apex | default $fqdn }}
|
apex {{ $values.apex | default $fqdn }}
|
||||||
ttl {{ $values.ttl }}
|
ttl {{ $values.ttl }}
|
||||||
{{- if $values.secondary }}
|
{{- if $values.secondary }}
|
||||||
@@ -48,7 +49,7 @@ data:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
fallthrough
|
fallthrough
|
||||||
}
|
}
|
||||||
{{- end }}
|
|
||||||
prometheus 0.0.0.0:9153
|
prometheus 0.0.0.0:9153
|
||||||
{{- if .Values.forward.enabled }}
|
{{- if .Values.forward.enabled }}
|
||||||
forward . {{ .Values.forward.primary }} {{ .Values.forward.secondary }} {
|
forward . {{ .Values.forward.primary }} {{ .Values.forward.secondary }} {
|
||||||
|
|||||||
Reference in New Issue
Block a user