Skip to content

Commit 799ff90

Browse files
authored
chore: adding the ability to annotate pod on gs-lb (#93)
1 parent f1d78b4 commit 799ff90

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

geoserver-lb/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ name: geoserver-lb
22
apiVersion: v2
33
description: A Helm chart for deploying geoserver loadbalanced
44
type: application
5-
version: 1.9.1
5+
version: 1.9.2
66
appVersion: "22.0.4"

geoserver-lb/templates/geoserver-deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ spec:
1616
metadata:
1717
annotations:
1818
configHash: {{ (toJson .Values) | sha256sum | quote }}
19+
{{- with .Values.geoserver.podAnnotations }}
20+
{{- toYaml . | nindent 8 }}
21+
{{- end }}
1922
labels:
2023
{{- include "georchestra-geoserver.labels" . | nindent 8 }}
2124
app.kubernetes.io/component: {{ include "georchestra-geoserver.fullname" . }}-geoserver-slaves

geoserver-lb/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ geoserver:
2525
extra_volumes: []
2626
extra_volumeMounts: []
2727
extraContainers: []
28+
podAnnotations: {}
2829
volumes:
2930
geoserverDatadir:
3031
persistentVolumeClaim:

0 commit comments

Comments
 (0)