Start migration of helm chart (#5159)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-24 16:25:57 -03:00 committed by GitHub
parent 7e65b90c4b
commit 624cb5f048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
67 changed files with 2977 additions and 0 deletions

View file

@ -0,0 +1,4 @@
controller:
kind: DaemonSet
config:
use-proxy-protocol: "true"

View file

@ -0,0 +1,15 @@
controller:
kind: DaemonSet
service:
type: NodePort
nodePorts:
tcp:
9000: 30090
udp:
9001: 30091
tcp:
9000: "default/test:8080"
udp:
9001: "default/test:8080"

View file

@ -0,0 +1,6 @@
controller:
kind: DaemonSet
addHeaders:
X-Frame-Options: deny
proxySetHeaders:
X-Forwarded-Proto: https

View file

@ -0,0 +1,4 @@
controller:
kind: DaemonSet
service:
type: NodePort

View file

@ -0,0 +1,14 @@
controller:
kind: DaemonSet
service:
type: ClusterIP
tcp:
configMapNamespace: default
udp:
configMapNamespace: default
tcp:
9000: "default/test:8080"
udp:
9001: "default/test:8080"

View file

@ -0,0 +1,10 @@
controller:
kind: DaemonSet
service:
type: ClusterIP
tcp:
9000: "default/test:8080"
udp:
9001: "default/test:8080"

View file

@ -0,0 +1,6 @@
controller:
kind: DaemonSet
tcp:
9000: "default/test:8080"
9001: "default/test:8080"

View file

@ -0,0 +1,2 @@
controller:
kind: DaemonSet

View file

@ -0,0 +1,4 @@
controller:
kind: DaemonSet
metrics:
enabled: true

View file

@ -0,0 +1,5 @@
controller:
kind: DaemonSet
podSecurityPolicy:
enabled: true

View file

@ -0,0 +1,7 @@
controller:
kind: DaemonSet
admissionWebhooks:
enabled: true
podSecurityPolicy:
enabled: true

View file

@ -0,0 +1,4 @@
controller:
kind: DaemonSet
admissionWebhooks:
enabled: true

View file

@ -0,0 +1,3 @@
controller:
autoscaling:
enabled: true

View file

@ -0,0 +1,3 @@
controller:
config:
use-proxy-protocol: "true"

View file

@ -0,0 +1,14 @@
controller:
service:
type: NodePort
nodePorts:
tcp:
9000: 30090
udp:
9001: 30091
tcp:
9000: "default/test:8080"
udp:
9001: "default/test:8080"

View file

@ -0,0 +1 @@
# Left blank to test default values

View file

@ -0,0 +1,5 @@
controller:
addHeaders:
X-Frame-Options: deny
proxySetHeaders:
X-Forwarded-Proto: https

View file

@ -0,0 +1,3 @@
controller:
metrics:
enabled: true

View file

@ -0,0 +1,3 @@
controller:
service:
type: NodePort

View file

@ -0,0 +1,2 @@
podSecurityPolicy:
enabled: true

View file

@ -0,0 +1,13 @@
controller:
service:
type: ClusterIP
tcp:
configMapNamespace: default
udp:
configMapNamespace: default
tcp:
9000: "default/test:8080"
udp:
9001: "default/test:8080"

View file

@ -0,0 +1,9 @@
controller:
service:
type: ClusterIP
tcp:
9000: "default/test:8080"
udp:
9001: "default/test:8080"

View file

@ -0,0 +1,3 @@
tcp:
9000: "default/test:8080"
9001: "default/test:8080"

View file

@ -0,0 +1,6 @@
controller:
admissionWebhooks:
enabled: true
podSecurityPolicy:
enabled: true

View file

@ -0,0 +1,3 @@
controller:
admissionWebhooks:
enabled: true