mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-12 14:43:50 +02:00
fix: update path for Google Site Verification
This commit is contained in:
@@ -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 }}
|
||||
|
@@ -28,6 +28,7 @@ frontend:
|
||||
name: frontend
|
||||
host: &frontend_host "FRONTEND_URL"
|
||||
googleSiteVerification: "PLACEHOLDER"
|
||||
htmlRootPath: "/opt/bitnami/nginx/html"
|
||||
replicas: 1
|
||||
image:
|
||||
name: "PLACEHOLDER"
|
||||
|
Reference in New Issue
Block a user