Skip to content

Commit 294185d

Browse files
committed
Helm Charts support for service types for edge
Signed-off-by: junior <[email protected]>
1 parent 0833aca commit 294185d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deploy/complete/helm-chart/mushop/charts/edge/templates/edge-svc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
labels:
77
{{ include "edge-router.labels" . | indent 4 }}
88
spec:
9+
type: {{ .Values.service.type }}
910
selector:
1011
app.kubernetes.io/name: {{ include "edge-router.name" . }}
1112
app.kubernetes.io/instance: {{ .Release.Name }}

deploy/complete/helm-chart/mushop/charts/edge/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ securityContext:
3636
readOnlyRootFilesystem: true
3737

3838
service:
39+
type: ClusterIP
3940
port: 80

0 commit comments

Comments
 (0)