mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 08:21:40 +01:00
wip: extra-env-vars definitions
This commit is contained in:
@@ -614,6 +614,12 @@ nubusPortalConsumer:
|
||||
repository: {{ .Values.images.nubusWaitForDependency.repository }}
|
||||
tag: {{ .Values.images.nubusWaitForDependency.tag }}
|
||||
imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }}
|
||||
extraEnvVars:
|
||||
- name: AWS_DEFAULT_REGION
|
||||
value: {{ .Values.objectstores.nubus.region | quote }}
|
||||
extraEnvVars:
|
||||
- name: AWS_DEFAULT_REGION
|
||||
value: {{ .Values.objectstores.nubus.region | quote }}
|
||||
{{- if .Values.certificate.selfSigned }}
|
||||
extraVolumes:
|
||||
- name: "trusted-cert-secret-volume"
|
||||
@@ -645,9 +651,14 @@ nubusPortalConsumer:
|
||||
value: "/etc/ssl/certs/ca-certificates.crt"
|
||||
- name: "SSL_CERT_FILE"
|
||||
value: "/etc/ssl/certs/ca-certificates.crt"
|
||||
- name: AWS_DEFAULT_REGION
|
||||
value: {{ .Values.objectstores.nubus.region | quote }}
|
||||
{{- end }}
|
||||
|
||||
nubusPortalServer:
|
||||
extraEnvVars:
|
||||
- name: AWS_DEFAULT_REGION
|
||||
value: {{ .Values.objectstores.nubus.region | quote }}
|
||||
additionalAnnotations:
|
||||
intents.otterize.com/service-name: "ums-portal-server"
|
||||
containerSecurityContext:
|
||||
@@ -699,6 +710,9 @@ nubusPortalServer:
|
||||
serviceAccount:
|
||||
create: true
|
||||
{{- if .Values.certificate.selfSigned }}
|
||||
extraEnvVars:
|
||||
- name: AWS_DEFAULT_REGION
|
||||
value: {{ .Values.objectstores.nubus.region | quote }}
|
||||
extraVolumes:
|
||||
- name: "trusted-cert-crt-secret-volume"
|
||||
secret:
|
||||
@@ -842,6 +856,9 @@ nubusLdapServer:
|
||||
|
||||
nubusProvisioning:
|
||||
enabled: true
|
||||
extraEnvVars:
|
||||
- name: AWS_DEFAULT_REGION
|
||||
value: {{ .Values.objectstores.nubus.region | quote }}
|
||||
api:
|
||||
additionalAnnotations:
|
||||
intents.otterize.com/service-name: "ums-provisioning-api"
|
||||
|
||||
Reference in New Issue
Block a user