mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-13 07:03:49 +02:00
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:
@@ -36,7 +36,7 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
{{- if .Values.production }}
|
{{- if .Values.production }}
|
||||||
- name: configmap-google
|
- name: configmap-google
|
||||||
mountPath: /{{ .Values.frontend.googleSiteVerification }}.html
|
mountPath: "{{ .Values.frontend.htmlRootPath }}/{{ .Values.frontend.googleSiteVerification }}.html"
|
||||||
subPath: {{ .Values.frontend.googleSiteVerification }}.html
|
subPath: {{ .Values.frontend.googleSiteVerification }}.html
|
||||||
readOnly: true
|
readOnly: true
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@@ -28,6 +28,7 @@ frontend:
|
|||||||
name: frontend
|
name: frontend
|
||||||
host: &frontend_host "FRONTEND_URL"
|
host: &frontend_host "FRONTEND_URL"
|
||||||
googleSiteVerification: "PLACEHOLDER"
|
googleSiteVerification: "PLACEHOLDER"
|
||||||
|
htmlRootPath: "/opt/bitnami/nginx/html"
|
||||||
replicas: 1
|
replicas: 1
|
||||||
image:
|
image:
|
||||||
name: "PLACEHOLDER"
|
name: "PLACEHOLDER"
|
||||||
|
Reference in New Issue
Block a user