fix: update path for Google Site Verification

This commit is contained in:
Elmar Kresse
2025-08-10 17:59:17 +02:00
parent 86383c9fc3
commit 5aa5fd3cd1
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"