This commit is contained in:
Haitao Pan 2023-05-10 00:04:04 +08:00
parent 528c28049b
commit dbc54cfc08
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ redis:
type: external
external:
addr: "redis-master.redis.svc.cluster.local:6379"
password: "$redis_password"
# password: "$redis_password"
persistence:
imageChartStorage:
type: oss

View File

@ -1,4 +1,4 @@
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo up
kubectl create ns redis
helm upgrade --install redis bitnami/redis -n redis
helm upgrade --install redis bitnami/redis --set architecture=standalone -n redis