Skip to content
Snippets Groups Projects
Commit 22c7ce98 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6867: OZG-7036: Fix Egress to Zufi

parent c3a96df6
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