Skip to content
Snippets Groups Projects
Commit 3eb25e58 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

feat: expose ingressClassName to values

parent a26fe8b0
No related branches found
No related tags found
1 merge request!49feat: expose ingressClassName to values
Pipeline #12990 passed
......@@ -10,7 +10,7 @@ metadata:
{{- toYaml .Values.ingress.annotations | nindent 4 }}
name: {{ include "openslice.fullname" . }}-openslice-ingress
spec:
ingressClassName: nginx
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
rules:
- http:
paths:
......
......@@ -190,6 +190,7 @@ service:
port: 80
ingress:
ingressClassName: nginx
paths:
- path: "/tmf-api"
service: "osscapi"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment