mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-03 08:56:18 +00:00
add Kubernetes files
This commit is contained in:
19
Unifi-Controller/kubernetes/namespaceAndSecret.yaml
Normal file
19
Unifi-Controller/kubernetes/namespaceAndSecret.yaml
Normal 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
|
Reference in New Issue
Block a user