Merge "fix: Update helm service.yaml file"
This commit is contained in:
commit
330325d9f1
@ -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:
|
||||
|
@ -40,7 +40,8 @@ service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
pgadminPort: 5050
|
||||
onmApiPort: 8082
|
||||
onmApiExposePort: 8082
|
||||
onmApiApplicationPort: 8080
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user