-
Notifications
You must be signed in to change notification settings - Fork 150
Expand file tree
/
Copy pathvalues.yaml
More file actions
35 lines (31 loc) · 765 Bytes
/
values.yaml
File metadata and controls
35 lines (31 loc) · 765 Bytes
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
## Sample Values File for Omada Controller
#
# This sample will include the minimum required properties to deploy an Omada Controller with external MongoDB
#
# Prerequisites:
# - Namespace created for Omada Controller
# - Secret created named omada-db-uri-secret with the following keys:
# - mongodb-uri (MongoDB database connection string)
#
config:
externalMongoDBUrlSecret:
# Name of the secret containing the MongoDB URI
name: omada-db-uri-secret
# Key within the secret that contains the MongoDB URI
key: mongodb-uri
service:
type: LoadBalancer
resources:
limits:
cpu: 1500m
memory: 2Gi
requests:
cpu: 500m
memory: 500Mi
persistence:
data:
enabled: true
size: 5Gi
logs:
enabled: true
size: 2Gi