fix: 修复 redis proxy 端口

This commit is contained in:
吴小白 2022-08-31 10:03:41 +08:00
parent 7facc6b3de
commit 634bfc5ca9
3 changed files with 9 additions and 0 deletions

View File

@ -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 }}

View File

@ -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

View File

@ -390,6 +390,8 @@ magnus:
port: 33060
mariadb:
port: 33061
redis:
port: 63790
postgre:
port: 54320
oracle11g: