debug
This commit is contained in:
parent
528c28049b
commit
dbc54cfc08
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user