Skip to content
Snippets Groups Projects
Commit 086fdc37 authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'OZG-6867: OZG-7036: Fix Egress to Zufi' (#53) from...

Merge pull request 'OZG-6867: OZG-7036: Fix Egress to Zufi' (#53) from OZG-7036-fix-egress2 into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/administration/pulls/53


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents 8d881163 22c7ce98
Branches
Tags
No related merge requests found
......@@ -104,6 +104,10 @@ spec:
- name: ozgcloud_administration_sync_organisationseinheiten_cron
value: {{ .Values.ozgcloud.sync.organisationseinheiten.cron | quote }}
{{- end }}
- name: grpc_client_zufi-manager_address
value: {{ .Values.zufiManager.address }}
- name: grpc_client_zufi-manager_negotiationType
value: {{ (.Values.zufiManager).grpcClientNegotiationType | default "TLS" }}
envFrom:
{{- if (.Values.database).useExternal }}
- secretRef:
......
......@@ -33,6 +33,9 @@ ozgcloud:
api:
user: administrationApiUser
zufiManager:
address: zufi-server.zufi:9090
image:
repo: docker.ozg-sh.de
name: administration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment