Enable TLS for celery

This PS enable TLS connection from celery to rabbitmq
when TLS connection is enabled

Change-Id: I49ccf159ca73e0764703a6d3c686c108143f12e2
Signed-off-by: Anselme, Schubert (sa246v) <sa246v@att.com>
This commit is contained in:
Anselme, Schubert (sa246v) 2023-11-29 09:44:13 -05:00
parent f571611f3c
commit 425de6d217
No known key found for this signature in database
GPG Key ID: 4E0F7ECFE90D344C
1 changed files with 2 additions and 0 deletions

View File

@ -185,6 +185,7 @@ spec:
readOnly: true
- name: airflow-logs
mountPath: {{ .Values.conf.airflow.logging.base_log_folder }}
{{- dict "enabled" $envAll.Values.manifests.certificates "name" $envAll.Values.endpoints.oslo_messaging.auth.admin.secret.tls.internal "path" "/etc/rabbitmq/certs" | include "helm-toolkit.snippets.tls_volume_mount" | indent 12 }}
- name: airflow-logrotate
image: {{ .Values.images.tags.airflow }}
imagePullPolicy: {{ .Values.images.pull_policy }}
@ -237,6 +238,7 @@ spec:
configMap:
name: airflow-bin
defaultMode: 0555
{{- dict "enabled" $envAll.Values.manifests.certificates "name" $envAll.Values.endpoints.oslo_messaging.auth.admin.secret.tls.internal | include "helm-toolkit.snippets.tls_volume" | indent 8 }}
volumeClaimTemplates:
- metadata:
name: airflow-logs