File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ type: application
2424# This is the chart version. This version number should be incremented each time you make changes
2525# to the chart and its templates, including the app version.
2626# Versions are expected to follow Semantic Versioning (https://semver.org/)
27- version : 0.1.0
27+ version : 0.1.1
2828
2929# This is the version number of the application being deployed. This version number should be
3030# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ kind: Service
33metadata :
44 name : {{ include "tibiadata-api-go.fullname" . }}
55 labels : {{- include "tibiadata-api-go.labels" . | nindent 4 }}
6+ {{- with .Values.service.annotations }}
7+ annotations :
8+ {{- toYaml . | nindent 4 }}
9+ {{- end }}
610spec :
711 type : {{ .Values.service.type }}
812 ports :
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ securityContext:
3636service :
3737 type : ClusterIP
3838 port : 80
39+ annotations : {}
3940
4041ingress :
4142 enabled : false
You can’t perform that action at this time.
0 commit comments