-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
30 lines (30 loc) · 908 Bytes
/
config.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
options:
zenml_logging_verbosity:
description: |
The logging verbosity of ZenDesk Server
type: string
default: "DEBUG"
zenml_port:
description: |
The port ZenDesk Server will be listening on
type: int
default: 8080
zenml_nodeport:
description: |
The nodeport for ZenDesk Server
type: int
default: 31375
enable_zenml_nodeport:
description: Deploy the NodePort service for ZenDesk Server
type: boolean
default: true
cpu:
description: |
K8s cpu resource limit, e.g. "1" or "500m". Default is unset (no limit).
See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
type: string
memory:
description: |
K8s memory resource limit, e.g. "1Gi". Default is unset (no limit).
See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
type: string