mysql k8s
This commit is contained in:
9
base/mysql/secret.yaml
Normal file
9
base/mysql/secret.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: mysql-secret
|
||||
type: Opaque
|
||||
stringData:
|
||||
root-password: "REPLACE_WITH_SECURE_PASSWORD" # Change in production!
|
||||
user: "inventory_user"
|
||||
password: "REPLACE_WITH_SECURE_PASSWORD" # Change in production!
|
||||
Reference in New Issue
Block a user