We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ae7cd commit 0f35b61Copy full SHA for 0f35b61
2 files changed
charts/builder/templates/builder-route.yaml
charts/builder/values.yaml
@@ -34,15 +34,6 @@ podAntiAffinityPreset:
34
# When the TTL controller cleans up the Job. default: 6h
35
# see: https://kubernetes.io/docs/concepts/workloads/controllers/job/#ttl-mechanism-for-finished-jobs
36
ttlSecondsAfterFinished: 21600
37
-# gateway customListeners
38
-gateway:
39
- customListeners:
40
- - name: builder
41
- port: 2222
42
- protocol: TCP
43
- allowedRoutes:
44
- namespaces:
45
- from: All
46
47
global:
48
# Role-Based Access Control for Kubernetes >= 1.5
0 commit comments