Skip to content

Commit a0ffd6e

Browse files
committed
only setup ingress if serviceType is ClusterIP
1 parent 533d621 commit a0ffd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osm-seed/templates/web/web-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if .Values.web.enabled }}
1+
{{- if and .Values.web.enabled (eq .Values.serviceType "ClusterIP") }}
22
apiVersion: networking.k8s.io/v1
33
kind: Ingress
44
metadata:

0 commit comments

Comments
 (0)