fix: add values for fornix drupalUrl and baseUrl
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user