This commit is contained in:
lingxiao865
2026-02-10 08:22:09 +08:00
commit 0f38d49b66
71 changed files with 5494 additions and 0 deletions

11
k8s/secrets.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Secret
metadata:
name: auth-secret
type: Opaque
data:
# 注意这些是base64编码的值
# root (用户名)
db-username: cm9vdA==
# lingxiao (密码)
db-password: bGluZ3hpYW8=