init commit
This commit is contained in:
83
helm/values.yaml
Normal file
83
helm/values.yaml
Normal file
@@ -0,0 +1,83 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: lscr.io/linuxserver/unifi-network-application
|
||||
tag: 9.4.19
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: gui
|
||||
port: 8443
|
||||
targetPort: 8443
|
||||
- name: inform
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
- name: stun
|
||||
port: 3478
|
||||
targetPort: 3478
|
||||
protocol: UDP
|
||||
- name: discovery
|
||||
port: 10001
|
||||
targetPort: 10001
|
||||
protocol: UDP
|
||||
- name: discoverable
|
||||
port: 1900
|
||||
targetPort: 1900
|
||||
protocol: UDP
|
||||
- name: portalhttps
|
||||
port: 8843
|
||||
targetPort: 8843
|
||||
- name: portalhttp
|
||||
port: 8880
|
||||
targetPort: 8880
|
||||
- name: throughput
|
||||
port: 6789
|
||||
targetPort: 6789
|
||||
- name: syslog
|
||||
port: 5514
|
||||
targetPort: 5514
|
||||
protocol: UDP
|
||||
|
||||
persistence:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
size: 2Gi
|
||||
storageClass: ""
|
||||
|
||||
config:
|
||||
timezone: Etc/UTC
|
||||
puid: 65534
|
||||
pgid: 65534
|
||||
# set true for easier device adoption (Layer2 discovery)
|
||||
hostNetwork: true
|
||||
|
||||
mongo:
|
||||
hostname: mongodb
|
||||
port: 27017
|
||||
database: unifi-db
|
||||
username: unifi
|
||||
password: securePassword
|
||||
|
||||
initJob:
|
||||
enabled: true
|
||||
image:
|
||||
repository: mongo
|
||||
tag: "8.0"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mongodb:
|
||||
enabled: true
|
||||
auth:
|
||||
rootPassword: verySecurePassword
|
||||
persistence:
|
||||
size: 8Gi
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: "250m"
|
||||
memory: "512Mi"
|
||||
limits:
|
||||
cpu: "1000m"
|
||||
memory: "2Gi"
|
||||
Reference in New Issue
Block a user