-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathvalues.yaml
More file actions
65 lines (49 loc) · 1.1 KB
/
values.yaml
File metadata and controls
65 lines (49 loc) · 1.1 KB
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
replicaCount: 1
image: ghcr.io/inlets/inlets-pro:0.9.23
pullPolicy: IfNotPresent
tokenSecretName: inlets-pro-secret
serviceType: ClusterIP
controlPlane:
port: 8123
dataPlane:
port: 8000
controlPlaneIngress:
domain: tunnel1.example.com
annotations:
kubernetes.io/ingress.class: "nginx"
# cert-manager.io/issuer: "letsencrypt-prod"
dataPlaneIngresses:
- domain: prometheus.example.com
annotations:
kubernetes.io/ingress.class: "nginx"
# cert-manager.io/issuer: "letsencrypt-prod"
# - domain: openfaas.example.com
# annotations:
# kubernetes.io/ingress.class: "nginx"
# cert-manager.io/issuer: "letsencrypt-prod"
resources:
limits:
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
imagePullSecrets: []
serviceAccount:
create: false
annotations: {}
name: ""
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
nameOverride: ""
fullnameOverride: ""