Merge branch '82-update-google-verification-path' into 'main'

Resolve "update google verification path"

Closes #82

See merge request htwk-software/htwkalender!126
This commit is contained in:
Elmar Kresse
2025-08-10 18:00:23 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ spec:
volumeMounts:
{{- if .Values.production }}
- name: configmap-google
mountPath: /{{ .Values.frontend.googleSiteVerification }}.html
mountPath: "{{ .Values.frontend.htmlRootPath }}/{{ .Values.frontend.googleSiteVerification }}.html"
subPath: {{ .Values.frontend.googleSiteVerification }}.html
readOnly: true
{{- end }}

View File

@@ -28,6 +28,7 @@ frontend:
name: frontend
host: &frontend_host "FRONTEND_URL"
googleSiteVerification: "PLACEHOLDER"
htmlRootPath: "/opt/bitnami/nginx/html"
replicas: 1
image:
name: "PLACEHOLDER"