Skip to content

Commit

Permalink
geoserver cluster v 0.3.6 static annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
not-Karot committed Feb 7, 2024
1 parent 2f7cdfb commit b50ef79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/geoserver-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: geoserver-cluster
version: 0.3.5
version: 0.3.6
appVersion: 2.24.1
description: Chart for GeoServer
keywords:
Expand Down
3 changes: 3 additions & 0 deletions charts/geoserver-cluster/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
name: gmatics
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
cert-manager.io/issuer: {{ .Values.ingress.issuer_name }}
kubernetes.io/ingress.class: "gce"
kubernetes.io/ingress.global-static-ip-name: {{ .Values.ingress.static_ip_name }}
{{- if .Values.ingress.annotations }}
{{ toYaml .Values.ingress.annotations | indent 4 }}
{{- end }}
Expand Down
2 changes: 2 additions & 0 deletions charts/geoserver-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ tolerations: {}

ingress:
enabled: true
issuer_name:
static_ip_name:
annotations: {}
labels: {}
host: geoserver.hostname
Expand Down

0 comments on commit b50ef79

Please sign in to comment.