Remove ingressClassName from ingress template
This commit is contained in:
@@ -6,7 +6,6 @@ metadata:
|
||||
labels:
|
||||
{{- include "sigra.labels" . | nindent 4 }}
|
||||
spec:
|
||||
ingressClassName: {{ .Values.ingress.className }}
|
||||
rules:
|
||||
- host: {{ .Values.ingress.host }}
|
||||
http:
|
||||
|
||||
@@ -11,7 +11,6 @@ service:
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
host: sigra.k3s.itphx.loc
|
||||
path: /
|
||||
pathType: Prefix
|
||||
|
||||
Reference in New Issue
Block a user