mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-25 01:10:22 +00:00
19 lines
310 B
YAML
19 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
|