Files
k8s-apps/mail/secrets.yaml
2026-03-21 22:39:33 +00:00

20 lines
353 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: mailserver-ldap
namespace: mail
type: Opaque
stringData:
pw: 1thisismySECURELDAPPWmailserver
---
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: roundcubemail-shared-secret
namespace: mail
stringData:
DES_KEY: 'a-super-random-value56'
DB_USER: roundcube
DB_PASSWORD: roundcubePwd2