-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
307 lines (283 loc) · 7.92 KB
/
Copy pathvalues.yaml
File metadata and controls
307 lines (283 loc) · 7.92 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
# Default values for workload.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
# -- Rollout strategy for Deployment (strategy) or StatefulSet (updateStrategy)
# For Deployments: type can be "RollingUpdate" or "Recreate"
# For StatefulSets: type can be "RollingUpdate" or "OnDelete"
strategy: {}
# type: RollingUpdate
# rollingUpdate:
# maxUnavailable: 0
# maxSurge: 1
image:
repository: nginx
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
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
ports: []
# - name: http
# containerPort: 80
# servicePort: 80
# protocol: TCP
# expose: true
# serviceType: ClusterIP
# servicePortNameOverride: webui
# containerPortNameOverride: webui
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts: []
# - host: chart-example.local
# paths:
# - path: /
# pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
persistence:
enabled: false
# size: 10Gi
# storageClassName: standard
# accessModes:
# - ReadWriteOnce
# selectorLabels: {}
# mountPath: /data
# subPath: ""
# extraVolumes: []
# - name: logs
# size: 5Gi
# mountPath: /app/logs
# storageClassName: standard
# accessModes:
# - ReadWriteOnce
# labels: {}
# annotations: {}
# selectorLabels: {}
# subPath: ""
# readOnly: false
# - name: config
# size: 1Gi
# mountPath: /app/config
# accessModes:
# - ReadWriteOnce
volumes:
host: []
extraContainers: []
# - name: log-collector
# image: fluent/fluent-bit:latest
# volumeMounts:
# - name: shared-logs
# mountPath: /var/log
extraServices: []
# - name: device-mgmt
# type: LoadBalancer
# ports:
# - name: discovery
# port: 29810
# targetPort: discovery
# protocol: UDP
# - name: manager
# port: 29811
# targetPort: manager
extraVolumes: []
# - name: shared-logs
# emptyDir: {}
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after '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: {}
health:
livenessProbe: {}
readinessProbe: {}
startupProbe: {}
# livenessProbe:
# httpGet:
# path: /
# port: http
# readinessProbe:
# httpGet:
# path: /
# port: http
hostNetwork:
enabled: false
networkPolicy:
enabled: false
# Automatically allow ingress on all ports defined in .Values.ports from anywhere.
# Ignored when explicit ingress rules are provided. Set to false for deny-all.
allowPortsIngress: true
# Explicit ingress rules (override allowPortsIngress when non-empty)
ingress: []
# - ports:
# - port: 80
# protocol: TCP
# from:
# - namespaceSelector:
# matchLabels:
# kubernetes.io/metadata.name: monitoring
# - podSelector:
# matchLabels:
# app: frontend
addons:
init:
enabled: false
image:
repository: "busybox"
tag: "latest"
pullPolicy: IfNotPresent
command: [ ]
securityContext: { }
volumeMounts: [ ]
vpn:
firewall: {}
enabled: false
image:
# renovate: datasource=docker depName=ghcr.io/qdm12/gluetun
repository: ghcr.io/qdm12/gluetun
tag: v3.41.1
pullPolicy: IfNotPresent
provider:
name: ""
type: "openvpn"
openvpn:
auth: {}
wireguard: {}
config:
timezone: UTC
serverSelection: {}
portForward:
enabled: false
persistence:
enabled: false
size: 1Gi
# PostgreSQL addon - deploys a separate Deployment + Service for PostgreSQL.
# Applications should connect via {fullname}-postgres:5432.
postgres:
enabled: false
image:
repository: postgres
tag: 15-alpine
pullPolicy: IfNotPresent
auth:
username: postgres
# password: REQUIRED if enabled
database: postgres
# existingSecret: secret-name
# existingSecretKey: postgres-password
service:
port: 5432
type: ClusterIP
resources:
requests:
memory: 256Mi
cpu: 250m
limits:
memory: 512Mi
cpu: 500m
persistence:
enabled: true
size: 8Gi
# existingClaim: my-pvc
# storageClass: standard
accessMode: ReadWriteOnce
subPath: data
# livenessProbe: {} # Custom liveness probe configuration
# readinessProbe: {} # Custom readiness probe configuration
additionalEnv: []
# - name: POSTGRES_INITDB_ARGS
# value: "--data-checksums"
nodeSelector: {}
tolerations: []
affinity: {}
cloudflareTunnel:
enabled: false
# FQDN that Cloudflare will route to this service (REQUIRED when enabled)
fqdn: ""
# Protocol for the tunnel binding (http, https, tcp)
protocol: http
# Target port on the service to route traffic to (REQUIRED when enabled)
targetPort: ""
# Path filter: restrict which paths are exposed through the tunnel.
# Uses an nginx sidecar proxy that returns 403 for non-matching paths.
pathFilter:
enabled: false
# paths:
# - /webhook
# - /api/v1
port: 8880
image:
repository: nginx
tag: alpine
# Override the service name targeted by the tunnel (defaults to hwl.fullname)
serviceName: ""
# Optional: CA certificate name in the tunnel's originCaPool to trust for TLS backends
# caPool: ""
# Optional: Disable TLS verification to backend service
# noTlsVerify: false
# Reference to an existing tunnel (used when tunnel.create is false)
tunnelRef:
kind: ClusterTunnel # or Tunnel
name: "" # REQUIRED if tunnel.create is false
disableDNSUpdates: false
# Create a new Tunnel/ClusterTunnel resource managed by cloudflare-operator
tunnel:
create: false
kind: ClusterTunnel # or Tunnel
# Name for the new tunnel (defaults to {release-fullname}-tunnel)
name: ""
# fallbackTarget: http_status:404
# noTlsVerify: false
cloudflare:
accountId: "" # REQUIRED if tunnel.create is true
domain: "" # REQUIRED if tunnel.create is true
email: "" # REQUIRED if tunnel.create is true
credentials: {}
# Option 1: Reference an existing Secret (takes precedence)
# existingSecret: cloudflare-secrets
# Option 2: Provide credentials inline (a Secret will be created)
# apiToken: "" # Recommended - Cloudflare API Token
# apiKey: "" # Not recommended - Cloudflare Global API Key
# Optional NetworkPolicy restricting ingress to only the tunnel-bound port (defense-in-depth)
networkPolicy:
enabled: false