fix:#74 added grpc port to ical service

This commit is contained in:
Elmar Kresse
2025-04-23 15:05:54 +02:00
parent ad3b1f85ff
commit 94bfc63178
3 changed files with 10 additions and 1 deletions

View File

@@ -15,3 +15,7 @@ spec:
targetPort: {{ .Values.ical.service.targetPort }}
protocol: TCP
name: ical
- port: {{ .Values.ical.service.protobufPort }}
targetPort: {{ .Values.ical.service.protobufTargetPort }}
protocol: TCP
name: ical-protobuf