Skip to content

Commit 5097ce7

Browse files
wangyeleiapecloud-bot
authored andcommitted
fix: redis backup failed when using hostnetwork mode (#2473)
(cherry picked from commit f118228)
1 parent a425f4c commit 5097ce7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

addons/redis/templates/backupactionset.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ spec:
1010
env:
1111
- name: DATA_DIR
1212
value: {{ .Values.dataMountPath }}
13-
- name: DP_DB_PORT
14-
value: "6379"
1513
backup:
1614
preBackup: []
1715
postBackup: []
@@ -58,8 +56,6 @@ spec:
5856
env:
5957
- name: DATA_DIR
6058
value: {{ .Values.dataMountPath }}
61-
- name: DP_DB_PORT
62-
value: "6379"
6359
- name: MODE
6460
value: "cluster"
6561
backup:
@@ -116,8 +112,6 @@ spec:
116112
env:
117113
- name: DATA_DIR
118114
value: {{ .Values.dataMountPath }}
119-
- name: DP_DB_PORT
120-
value: "6379"
121115
- name: LOG_ARCHIVE_SECONDS
122116
value: "3"
123117
- name: IMAGE

0 commit comments

Comments
 (0)