Start migration of helm chart (#5159)
This commit is contained in:
parent
7e65b90c4b
commit
624cb5f048
67 changed files with 2977 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
controller:
|
||||
kind: DaemonSet
|
||||
config:
|
||||
use-proxy-protocol: "true"
|
||||
15
charts/ingress-nginx/ci/daemonset-customnodeport-values.yaml
Normal file
15
charts/ingress-nginx/ci/daemonset-customnodeport-values.yaml
Normal 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"
|
||||
6
charts/ingress-nginx/ci/daemonset-headers-values.yaml
Normal file
6
charts/ingress-nginx/ci/daemonset-headers-values.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
controller:
|
||||
kind: DaemonSet
|
||||
addHeaders:
|
||||
X-Frame-Options: deny
|
||||
proxySetHeaders:
|
||||
X-Forwarded-Proto: https
|
||||
4
charts/ingress-nginx/ci/daemonset-nodeport-values.yaml
Normal file
4
charts/ingress-nginx/ci/daemonset-nodeport-values.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
controller:
|
||||
kind: DaemonSet
|
||||
service:
|
||||
type: NodePort
|
||||
|
|
@ -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"
|
||||
10
charts/ingress-nginx/ci/daemonset-tcp-udp-values.yaml
Normal file
10
charts/ingress-nginx/ci/daemonset-tcp-udp-values.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
controller:
|
||||
kind: DaemonSet
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
tcp:
|
||||
9000: "default/test:8080"
|
||||
|
||||
udp:
|
||||
9001: "default/test:8080"
|
||||
6
charts/ingress-nginx/ci/daemonset-tcp-values.yaml
Normal file
6
charts/ingress-nginx/ci/daemonset-tcp-values.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
controller:
|
||||
kind: DaemonSet
|
||||
|
||||
tcp:
|
||||
9000: "default/test:8080"
|
||||
9001: "default/test:8080"
|
||||
2
charts/ingress-nginx/ci/deamonset-default-values.yaml
Normal file
2
charts/ingress-nginx/ci/deamonset-default-values.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
controller:
|
||||
kind: DaemonSet
|
||||
4
charts/ingress-nginx/ci/deamonset-metrics-values.yaml
Normal file
4
charts/ingress-nginx/ci/deamonset-metrics-values.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
controller:
|
||||
kind: DaemonSet
|
||||
metrics:
|
||||
enabled: true
|
||||
5
charts/ingress-nginx/ci/deamonset-psp-values.yaml
Normal file
5
charts/ingress-nginx/ci/deamonset-psp-values.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
controller:
|
||||
kind: DaemonSet
|
||||
|
||||
podSecurityPolicy:
|
||||
enabled: true
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
controller:
|
||||
kind: DaemonSet
|
||||
admissionWebhooks:
|
||||
enabled: true
|
||||
|
||||
podSecurityPolicy:
|
||||
enabled: true
|
||||
4
charts/ingress-nginx/ci/deamonset-webhook-values.yaml
Normal file
4
charts/ingress-nginx/ci/deamonset-webhook-values.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
controller:
|
||||
kind: DaemonSet
|
||||
admissionWebhooks:
|
||||
enabled: true
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
controller:
|
||||
autoscaling:
|
||||
enabled: true
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
controller:
|
||||
config:
|
||||
use-proxy-protocol: "true"
|
||||
|
|
@ -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"
|
||||
1
charts/ingress-nginx/ci/deployment-default-values.yaml
Normal file
1
charts/ingress-nginx/ci/deployment-default-values.yaml
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Left blank to test default values
|
||||
5
charts/ingress-nginx/ci/deployment-headers-values.yaml
Normal file
5
charts/ingress-nginx/ci/deployment-headers-values.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
controller:
|
||||
addHeaders:
|
||||
X-Frame-Options: deny
|
||||
proxySetHeaders:
|
||||
X-Forwarded-Proto: https
|
||||
3
charts/ingress-nginx/ci/deployment-metrics-values.yaml
Normal file
3
charts/ingress-nginx/ci/deployment-metrics-values.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
controller:
|
||||
metrics:
|
||||
enabled: true
|
||||
3
charts/ingress-nginx/ci/deployment-nodeport-values.yaml
Normal file
3
charts/ingress-nginx/ci/deployment-nodeport-values.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
controller:
|
||||
service:
|
||||
type: NodePort
|
||||
2
charts/ingress-nginx/ci/deployment-psp-values.yaml
Normal file
2
charts/ingress-nginx/ci/deployment-psp-values.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
podSecurityPolicy:
|
||||
enabled: true
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
controller:
|
||||
service:
|
||||
type: ClusterIP
|
||||
tcp:
|
||||
configMapNamespace: default
|
||||
udp:
|
||||
configMapNamespace: default
|
||||
|
||||
tcp:
|
||||
9000: "default/test:8080"
|
||||
|
||||
udp:
|
||||
9001: "default/test:8080"
|
||||
9
charts/ingress-nginx/ci/deployment-tcp-udp-values.yaml
Normal file
9
charts/ingress-nginx/ci/deployment-tcp-udp-values.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
controller:
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
tcp:
|
||||
9000: "default/test:8080"
|
||||
|
||||
udp:
|
||||
9001: "default/test:8080"
|
||||
3
charts/ingress-nginx/ci/deployment-tcp-values.yaml
Normal file
3
charts/ingress-nginx/ci/deployment-tcp-values.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
tcp:
|
||||
9000: "default/test:8080"
|
||||
9001: "default/test:8080"
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
controller:
|
||||
admissionWebhooks:
|
||||
enabled: true
|
||||
|
||||
podSecurityPolicy:
|
||||
enabled: true
|
||||
3
charts/ingress-nginx/ci/deployment-webhook-values.yaml
Normal file
3
charts/ingress-nginx/ci/deployment-webhook-values.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
controller:
|
||||
admissionWebhooks:
|
||||
enabled: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue