File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
charts/factorio-server-charts Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ The following table lists the configurable parameters of the `factorio-server-ch
5454| image.tag | Overrides the image tag whose default is the chart appVersion. | ` "latest" ` |
5555| securityContext.runAsUser | | ` 1000 ` |
5656| securityContext.fsGroup | | ` 2000 ` |
57+ | service.annotations | Annotations for service | ` {} ` |
5758| service.type | | ` LoadBalancer ` |
5859| service.port | | ` 30000 ` |
5960| resources | Compute Resources required by the operator container | ` {"requests":{"cpu":"500m","memory":"512Mi"}} ` |
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ metadata:
77 chart : " {{ .Chart.Name }}-{{ .Chart.Version }}"
88 release : " {{ .Release.Name }}"
99 heritage : " {{ .Release.Service }}"
10+ annotations :
11+ {{- range $key, $value := .Values.service.annotations }}
12+ {{ $key }}: {{ $value | quote }}
13+ {{- end }}
1014spec :
1115 type : {{ .Values.service.type }}
1216 ports :
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ service:
4141 # port: 34197
4242 # # LoadBalancer setup
4343 # type: LoadBalancer
44+ annotations : {}
4445
4546
4647# # Compute Resources required by the operator container
You can’t perform that action at this time.
0 commit comments