Files
k8s-apps/forum/secrets.yaml
2025-08-24 13:38:37 +02:00

19 lines
313 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: forum-db
namespace: forum
type: Opaque
data:
root.pw: cGhwYmJSb290REJQVw==
username: cGhwYmI=
user.pw: cGhwYmJVc2VyREJQVw==
---
apiVersion: v1
kind: Secret
metadata:
name: forum-phpbb-user
namespace: forum
type: Opaque
data:
pw: NElzVGhlTWluZEtpbGxlcg==