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

Merge branch 'master' into OZG-6720-signatur-bearbeiten

parents 18ff7de2 086fdc37
No related branches found
No related tags found
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:
......
......@@ -29,9 +29,12 @@ spec:
{{- end }}
egress:
- to:
- podSelector:
- namespaceSelector:
matchLabels:
component: zufi-server
kubernetes.io/metadata.name: "zufi"
podSelector:
matchLabels:
component: "zufi-server"
ports:
- port: 9090
protocol: TCP
......
......@@ -33,6 +33,9 @@ ozgcloud:
api:
user: administrationApiUser
zufiManager:
address: zufi-server.zufi:9090
image:
repo: docker.ozg-sh.de
name: administration
......
......@@ -88,5 +88,5 @@ ozgcloud:
grpc:
client:
zufi-manager:
address: static://127.0.0.1:9190
address: static://127.0.0.1:9090
negotiationType: TLS
\ No newline at end of file
......@@ -84,16 +84,19 @@ tests:
port: 8081
egress:
- to:
- podSelector:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: "zufi"
podSelector:
matchLabels:
component: zufi-server
component: "zufi-server"
ports:
- port: 9090
protocol: TCP
- to:
- podSelector:
matchLabels:
component: ozgcloud-mongodb
component: "ozgcloud-mongodb"
ports:
- port: 27017
protocol: TCP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment