mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-22 16:56:19 +00:00
fix: 修复 redis proxy 端口
This commit is contained in:
parent
7facc6b3de
commit
634bfc5ca9
@ -59,6 +59,9 @@ spec:
|
||||
- name: mariadb
|
||||
containerPort: {{ .service.mariadb.port }}
|
||||
protocol: TCP
|
||||
- name: redis
|
||||
containerPort: {{ .service.redis.port }}
|
||||
protocol: TCP
|
||||
{{- if $.Values.xpack.enabled }}
|
||||
- name: postgre
|
||||
containerPort: {{ .service.postgre.port }}
|
||||
|
@ -21,6 +21,10 @@ spec:
|
||||
targetPort: mariadb
|
||||
protocol: TCP
|
||||
name: mariadb
|
||||
- port: {{ .service.redis.port }}
|
||||
targetPort: redis
|
||||
protocol: TCP
|
||||
name: redis
|
||||
{{- if $.Values.xpack.enabled }}
|
||||
- port: {{ .service.postgre.port }}
|
||||
targetPort: postgre
|
||||
|
@ -390,6 +390,8 @@ magnus:
|
||||
port: 33060
|
||||
mariadb:
|
||||
port: 33061
|
||||
redis:
|
||||
port: 63790
|
||||
postgre:
|
||||
port: 54320
|
||||
oracle11g:
|
||||
|
Loading…
Reference in New Issue
Block a user