fix: Update helm service.yaml file

Change-Id: Icbaa23fb6c94ca55f8ad80dd98c416d679c12ab4
This commit is contained in:
George Kitsos 2024-05-14 14:06:30 +03:00
parent 0b3eec3fcf
commit 1e9f7ece68
2 changed files with 5 additions and 4 deletions

View File

@ -8,11 +8,11 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.pgadminPort }}
targetPort: pgadmin
targetPort: {{ .Values.service.pgadminPort }}
protocol: TCP
name: pgadmin
- port: {{ .Values.service.onmApiPort }}
targetPort: onm-api
- port: {{ .Values.service.onmApiExposePort }}
targetPort: {{ .Values.service.onmApiApplicationPort }}
protocol: TCP
name: onm-api
selector:

View File

@ -40,7 +40,8 @@ service:
type: ClusterIP
port: 80
pgadminPort: 5050
onmApiPort: 8082
onmApiExposePort: 8082
onmApiApplicationPort: 8080
ingress:
enabled: false