This repository has been archived by the owner on Apr 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
91 lines (74 loc) · 1.72 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
image:
repository: jacobalberty/unifi
pullPolicy: IfNotPresent
tag: "v6.5.55"
replicaCount: 1
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
create: true
annotations: {}
name: ""
environment:
timezone: "Europe/Berlin"
stdout: true
service:
type: "LoadBalancer"
ports:
webapi: 8443
ingress:
enabled: true
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: unifi.speedport.ip
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - unifi.speedport.ip
# if set, use this persistant volume claim for the internal mongodb
persistence:
enabled: true
accessMode: ReadWriteOnce
size: 8Gi
## database data Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
storageClass: local-path-retain
annotations: {}
backup:
enabled: true
accessMode: ReadWriteOnce
size: 8Gi
## database data Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
storageClass: local-path-retain
annotations: {}
podSecurityContext: {}
# runAsUser: 999
# fsGroup: 999
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: false
# runAsNonRoot: true
# runAsUser: 999
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 250m
memory: 512Mi
nodeSelector: {}
#unifi-controller/enabled: "true"
tolerations: []
affinity: {}