Update ingress.yaml
This commit is contained in:
Родитель
05d5c89a79
Коммит
130031392a
|
@ -1,11 +1,11 @@
|
||||||
{{- if .Values.ingress.enabled -}}
|
{{- if .Values.ingress.enabled -}}
|
||||||
{{- $fullName := include "msal-proxy.fullname" . -}}
|
{{- $fullName := include "msal-proxy.fullname" . -}}
|
||||||
{{- $svcPort := .Values.service.port -}}
|
{{- $svcPort := .Values.service.port -}}
|
||||||
#{{- if semverCompare ">=1.14-0" Capabilities.KubeVersion.GitVersion -}}
|
{{- if semverCompare ">=1.14-0" Capabilities.KubeVersion.GitVersion -}}
|
||||||
#apiVersion: networking.k8s.io/v1beta1
|
apiVersion: networking.k8s.io/v1beta1
|
||||||
#{{- else -}}
|
{{- else -}}
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: extensions/v1beta1
|
||||||
#{{- end }}
|
{{- end }}
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ $fullName }}
|
name: {{ $fullName }}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче