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
|
- name: mariadb
|
||||||
containerPort: {{ .service.mariadb.port }}
|
containerPort: {{ .service.mariadb.port }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- name: redis
|
||||||
|
containerPort: {{ .service.redis.port }}
|
||||||
|
protocol: TCP
|
||||||
{{- if $.Values.xpack.enabled }}
|
{{- if $.Values.xpack.enabled }}
|
||||||
- name: postgre
|
- name: postgre
|
||||||
containerPort: {{ .service.postgre.port }}
|
containerPort: {{ .service.postgre.port }}
|
||||||
|
@ -21,6 +21,10 @@ spec:
|
|||||||
targetPort: mariadb
|
targetPort: mariadb
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: mariadb
|
name: mariadb
|
||||||
|
- port: {{ .service.redis.port }}
|
||||||
|
targetPort: redis
|
||||||
|
protocol: TCP
|
||||||
|
name: redis
|
||||||
{{- if $.Values.xpack.enabled }}
|
{{- if $.Values.xpack.enabled }}
|
||||||
- port: {{ .service.postgre.port }}
|
- port: {{ .service.postgre.port }}
|
||||||
targetPort: postgre
|
targetPort: postgre
|
||||||
|
@ -390,6 +390,8 @@ magnus:
|
|||||||
port: 33060
|
port: 33060
|
||||||
mariadb:
|
mariadb:
|
||||||
port: 33061
|
port: 33061
|
||||||
|
redis:
|
||||||
|
port: 63790
|
||||||
postgre:
|
postgre:
|
||||||
port: 54320
|
port: 54320
|
||||||
oracle11g:
|
oracle11g:
|
||||||
|
Loading…
Reference in New Issue
Block a user