mysql k8s

This commit is contained in:
2026-02-06 17:27:57 +00:00
parent e3c4212357
commit 6c15e8aea5
4 changed files with 123 additions and 0 deletions

9
base/mysql/secret.yaml Normal file
View 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!