新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit 8bd051a4 authored by krmnliu's avatar krmnliu

delete mysql when deploy kingbase

No related merge requests found
......@@ -24,11 +24,6 @@ global:
password: cm9vdDEyMzQ1Ng== # 'root123456' 的 Base64 编码
redis:
password: MTIzNDU2 # '123456' 的 Base64 编码
mysql:
name: mysql
port: 3306
user: root
image: hub-dev.cnbn.org.cn/base/mysql:8.0.0
redis:
name: redis
port: 6379
......@@ -55,22 +50,6 @@ global:
values:
- k8s-node1
mysql:
enabled: true
pv:
capacity:
storage: 200Mi
accessModes: ReadWriteOnce
persistentVolumeReclaimPolicy: Retain
local:
path: /mysql
containers:
replicas: 1
image: hub-dev.cnbn.org.cn/base/mysql:8.0.0
pullPolicy: IfNotPresent
service:
type: ClusterIP
mysqlOperator:
enabled: false
pvcsize: 40Gi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment