mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
fix(helm): service same then in ingress
This commit is contained in:
parent
09c49f99ae
commit
c31bda580a
|
|
@ -13,5 +13,5 @@ spec:
|
|||
ports:
|
||||
- name: http
|
||||
protocol: TCP
|
||||
port: 8008
|
||||
port: {{ .Values.service.port }}
|
||||
targetPort: 8008
|
||||
|
|
@ -347,4 +347,4 @@ ingress:
|
|||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
port: 8008
|
||||
|
|
|
|||
Loading…
Reference in a new issue