add Kubernetes files

This commit is contained in:
pgumpoldsberger
2024-04-06 18:21:04 +02:00
parent 2f5ddd6822
commit 2e3dc1aed2
5 changed files with 246 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: unifi-controller
---
apiVersion: v1
kind: Secret
metadata:
name: unifi-env
namespace: unifi-controller
type: Opaque
stringData:
PUID: "1000"
PGID: "1000"
TZ: "Europe/London"
MONGO_USER: "unifi"
MONGO_PASS: "5nHgg3G0cH9d"
MONGO_DBNAME: unifi