mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-14 09:22:21 +00:00
20 lines
310 B
YAML
20 lines
310 B
YAML
|
---
|
||
|
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
|