Merge "Ingress: Give arbitary fqdns a different name from namespaced rules"
This commit is contained in:
commit
02d2367fcf
@ -62,7 +62,7 @@ spec:
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: {{ $ingressName }}
|
||||
name: {{ printf "%s-%s" $ingressName "fqdn" }}
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: {{ index $envAll.Values.network $backendService "ingress" "classes" "cluster" | quote }}
|
||||
{{ toYaml (index $envAll.Values.network $backendService "ingress" "annotations") | indent 4 }}
|
||||
|
Loading…
Reference in New Issue
Block a user