mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-11 22:23:51 +02:00
fix:#74 added grpc port to service
This commit is contained in:
@@ -15,3 +15,7 @@ spec:
|
||||
targetPort: {{ .Values.dataManager.service.targetPort }}
|
||||
protocol: TCP
|
||||
name: data-manager
|
||||
- port: {{ .Values.dataManager.service.protobufPort }}
|
||||
targetPort: {{ .Values.dataManager.service.protobufTargetPort }}
|
||||
protocol: TCP
|
||||
name: data-manager-protobuf
|
Reference in New Issue
Block a user