-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathvalues.yaml
103 lines (100 loc) · 2.5 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
# Default values for stunner-gateway-operator.
# To set the namespace for the deployment use the --namespace=<your-namespace> --create-namespace
# additional commands when installing your release
# It will create the desired namespace if not present
stunnerGatewayOperator:
enabled: true
customerKey: ""
deployment:
name: stunner-gateway-operator
podLabels: {}
tolerations: []
nodeSelector:
kubernetes.io/os: linux
imagePullSecrets:
# - name: docker-registry-secret
securityContext:
runAsNonRoot: true
container:
manager:
image:
name: docker.io/l7mp/stunner-gateway-operator
pullPolicy: IfNotPresent
tag: 1.0.0
resources:
limits:
cpu: 1000m
memory: 512Mi
requests:
cpu: 250m
memory: 128Mi
args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --zap-log-level=info
securityContext:
allowPrivilegeEscalation: false
dataplane:
# Can be 'legacy' or 'managed'
# default is managed
mode: managed
spec:
replicas: 1
# for dev version set it to docker.io/l7mp/stunnerd:dev
image:
name: docker.io/l7mp/stunnerd
pullPolicy: IfNotPresent
tag: 1.0.0
imagePullSecrets:
# - name: docker-registry-secret
command:
- stunnerd
args:
- -w
- --udp-thread-num=16
env: []
resources:
limits:
cpu: 2
memory: 512Mi
requests:
cpu: 500m
memory: 128Mi
terminationGracePeriodSeconds: 3600
enableMetricsEndpoint: false
hostNetwork: false
labels: {}
annotations: {}
affinity: {}
containerSecurityContext: {}
securityContext: {}
tolerations: []
stunnerAuthService:
enabled: true
deployment:
podLabels: {}
tolerations: []
replicas: 1
nodeSelector:
kubernetes.io/os: linux
imagePullSecrets:
# - name: docker-registry-secret
container:
authService:
securityContext:
runAsNonRoot: true
image:
name: docker.io/l7mp/stunner-auth-server
pullPolicy: IfNotPresent
tag: 1.0.0
resources:
limits:
cpu: 200m
memory: 128Mi
requests:
cpu: 10m
memory: 64Mi
args:
- --port=8088
- -v