We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533d621 commit a0ffd6eCopy full SHA for a0ffd6e
osm-seed/templates/web/web-ingress.yaml
@@ -1,4 +1,4 @@
1
-{{- if .Values.web.enabled }}
+{{- if and .Values.web.enabled (eq .Values.serviceType "ClusterIP") }}
2
apiVersion: networking.k8s.io/v1
3
kind: Ingress
4
metadata:
0 commit comments