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