diff --git a/helm/sigra/templates/ingress.yaml b/helm/sigra/templates/ingress.yaml index 7e43d9c..c4cd0f4 100644 --- a/helm/sigra/templates/ingress.yaml +++ b/helm/sigra/templates/ingress.yaml @@ -6,7 +6,6 @@ metadata: labels: {{- include "sigra.labels" . | nindent 4 }} spec: - ingressClassName: {{ .Values.ingress.className }} rules: - host: {{ .Values.ingress.host }} http: diff --git a/helm/sigra/values.yaml b/helm/sigra/values.yaml index 3d0e8a3..cc68050 100644 --- a/helm/sigra/values.yaml +++ b/helm/sigra/values.yaml @@ -11,7 +11,6 @@ service: ingress: enabled: true - className: nginx host: sigra.k3s.itphx.loc path: / pathType: Prefix