-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
137 lines (116 loc) · 3.12 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
replicaCount: 1
joinEUI: "0000000000000000"
image:
repository: thethingsindustries/lorawan-join-server
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
features:
disableNSIDCheck: false
# Configuration for Amazon Web Services (AWS)
aws:
# The region to use.
# When deploying The Things Join Server on EKS, this value is set automatically
region: ""
# The secret name to use for AWS credentials.
# This secret must contain keys access_key_id and secret_access_key.
# When deploying The Things Join Server on EKS, leave empty, enable the service account and configure the role ARN
secretName: ""
# The IAM role ARN.
# If a service account is enabled, the role is attached to the service account.
# If a service account is disabled, The Things Join Server assumes this role
roleArn: ""
# Override the AWS Systems Manager parameter name prefix
ssmParameterPrefix: ""
# Override the DynamoDB table name for AppSKeys
appSKeysTableName: ""
# Override the DynamoDB table name for devices
devicesTableName: ""
# Proxy configuration
proxy:
# Traefik proxy settings
traefik:
# Specifies whether Traefik is used as proxy
# This deploys Traefik TLS options and middleware and sets the ingress class and annotations
enabled: false
annotations: {}
entrypoints:
- websecure
# Overrides the public URL.
publicURLOverride: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
podSecurityContext:
{}
# fsGroup: 2000
securityContext:
{}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: ClusterIP
serviceMonitor:
enabled: false
# namespace: monitor
labels: {}
path: /metrics
# interval:
# scrapeTimeout:
rules:
# namespace: monitor
labels: {}
# Adjust this value based on the expected number of join-requests reaching this Join Server.
# E.g. when expecting multiple joins per minute, lower this to 1m; when expecting a few per hour, increase this to 1h.
# noJoinsAcceptedFor: 15m
ingress:
enabled: true
className: ""
annotations:
{}
# kubernetes.io/tls-acme: "true"
hosts:
- host: ttjs.local
tls: []
# - secretName: ttjs-tls
# hosts:
# - ttjs.local
# The Things Network Registry. Note: this is a The Things Industries internal service.
ttnr:
enabled: false
address: "registry.thethings.industries:443"
# existingSecret: ""
# certIssuerRef:
# group: ""
# kind: ""
# name: ""
resources:
{}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}