fix: add values for fornix drupalUrl and baseUrl

This commit is contained in:
2025-12-16 08:48:42 +01:00
parent e64207fc08
commit 87edc012d4
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -44,6 +44,11 @@ spec:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
env:
- name: DRUPAL_URL
value: {{ .Values.drupalUrl }}
- name: BASE_URL
value: {{ .Values.baseUrl }}
{{- with .Values.livenessProbe }}
livenessProbe:
{{- toYaml . | nindent 12 }}