File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.0.5
18
+ version : 0.0.6
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1
-
2
1
{{- if .Values.service.enabled -}}
3
2
apiVersion : v1
4
3
kind : Service
@@ -11,7 +10,9 @@ metadata:
11
10
{{- toYaml .Values.service.annotations | nindent 4 }}
12
11
spec :
13
12
type : {{ .Values.service.type }}
13
+ {{- if or (eq .Values.service.type "LoadBalancer") (eq .Values.service.type "NodePort") }}
14
14
externalTrafficPolicy : {{ .Values.service.externalTrafficPolicy }}
15
+ {{- end }}
15
16
selector :
16
17
bunkerweb.io/component : " bunkerweb"
17
18
ports :
23
24
targetPort : 8443
24
25
protocol : TCP
25
26
name : https
26
- {{- end }}
27
+ {{- end }}
You can’t perform that action at this time.
0 commit comments