initial commit
All checks were successful
Build and Publish TechDocs (Helm Chart Resource) / build-and-publish-helm-chart (push) Successful in 1m9s
All checks were successful
Build and Publish TechDocs (Helm Chart Resource) / build-and-publish-helm-chart (push) Successful in 1m9s
Change-Id: I26d65d84aa31f5cc4cc0835e3fb7269fedc73b45
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
config: |
|
||||
rate-limit: "{{ .Values.controller.configVars.rateLimit | required "controller.configVars.rateLimit is required" }}"
|
||||
configVars:
|
||||
rateLimit: "ON"
|
||||
@@ -0,0 +1,4 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
config:
|
||||
rate-limit: "ON"
|
||||
@@ -0,0 +1,7 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
service:
|
||||
type: NodePort
|
||||
ports:
|
||||
8000: 10000
|
||||
8001: 10001
|
||||
@@ -0,0 +1,2 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
@@ -0,0 +1,4 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
defaultBackend:
|
||||
enabled: false
|
||||
@@ -0,0 +1,4 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
defaultTLSSecret:
|
||||
enabled: false
|
||||
@@ -0,0 +1,7 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
service:
|
||||
enablePorts:
|
||||
http: false
|
||||
https: true
|
||||
stat: false
|
||||
@@ -0,0 +1,4 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
extraArgs:
|
||||
- --namespace-whitelist=default
|
||||
@@ -0,0 +1,7 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
extraEnvs:
|
||||
- name: TEST_STR1
|
||||
value: foo
|
||||
- name: TEST_STR2
|
||||
value: baz
|
||||
@@ -0,0 +1,8 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
daemonset:
|
||||
useHostPort: true
|
||||
hostPorts:
|
||||
http: 80
|
||||
https: 443
|
||||
stat: 1024
|
||||
@@ -0,0 +1,6 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
ingressClass: haproxy
|
||||
ingressClassResource:
|
||||
enabled: true
|
||||
default: true
|
||||
@@ -0,0 +1,5 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
service:
|
||||
ipFamilies: [IPv4]
|
||||
ipFamilyPolicy: SingleStack
|
||||
@@ -0,0 +1,5 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
kubernetesGateway:
|
||||
enabled: true
|
||||
gatewayControllerName: haproxy.org/gateway-controller
|
||||
@@ -0,0 +1,4 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
service:
|
||||
type: NodePort
|
||||
@@ -0,0 +1,6 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
containerPort:
|
||||
http: 80
|
||||
https: 443
|
||||
stat: 1024
|
||||
@@ -0,0 +1,5 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
service:
|
||||
annotations:
|
||||
service.beta.kubernetes.io/aws-load-balancer-internal: 0.0.0.0/0
|
||||
@@ -0,0 +1,5 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
service:
|
||||
annotations:
|
||||
service.beta.kubernetes.io/aws-load-balancer-internal: 0.0.0.0/0
|
||||
@@ -0,0 +1,7 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxUnavailable: 0
|
||||
maxSurge: 1
|
||||
@@ -0,0 +1,4 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
unprivileged: true
|
||||
allowPrivilegedPorts: true
|
||||
@@ -0,0 +1,5 @@
|
||||
controller:
|
||||
config: |
|
||||
rate-limit: "{{ .Values.controller.configVars.rateLimit | required "controller.configVars.rateLimit is required" }}"
|
||||
configVars:
|
||||
rateLimit: "ON"
|
||||
@@ -0,0 +1,3 @@
|
||||
controller:
|
||||
config:
|
||||
rate-limit: "ON"
|
||||
@@ -0,0 +1,6 @@
|
||||
controller:
|
||||
service:
|
||||
type: NodePort
|
||||
ports:
|
||||
8000: 10000
|
||||
8001: 10001
|
||||
@@ -0,0 +1 @@
|
||||
#
|
||||
@@ -0,0 +1,2 @@
|
||||
defaultBackend:
|
||||
enabled: false
|
||||
@@ -0,0 +1,3 @@
|
||||
controller:
|
||||
defaultTLSSecret:
|
||||
enabled: false
|
||||
@@ -0,0 +1,6 @@
|
||||
controller:
|
||||
service:
|
||||
enablePorts:
|
||||
http: false
|
||||
https: true
|
||||
stat: false
|
||||
@@ -0,0 +1,3 @@
|
||||
controller:
|
||||
extraArgs:
|
||||
- --namespace-whitelist=default
|
||||
@@ -0,0 +1,6 @@
|
||||
controller:
|
||||
extraEnvs:
|
||||
- name: TEST_STR1
|
||||
value: foo
|
||||
- name: TEST_STR2
|
||||
value: baz
|
||||
25
deploy/kubernetes-ingress/ci/deployment-hpa-values.yaml
Normal file
25
deploy/kubernetes-ingress/ci/deployment-hpa-values.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
controller:
|
||||
autoscaling:
|
||||
enabled: true
|
||||
minReplicas: 1
|
||||
maxReplicas: 5
|
||||
targetCPUUtilizationPercentage: 80
|
||||
behavior:
|
||||
scaleUp:
|
||||
policies:
|
||||
- type: Percent
|
||||
value: 900
|
||||
periodSeconds: 60
|
||||
scaleDown:
|
||||
stabilizationWindowSeconds: 600
|
||||
policies:
|
||||
- type: Pods
|
||||
value: 1
|
||||
periodSeconds: 600
|
||||
|
||||
defaultBackend:
|
||||
autoscaling:
|
||||
enabled: true
|
||||
minReplicas: 1
|
||||
maxReplicas: 2
|
||||
targetCPUUtilizationPercentage: 50
|
||||
@@ -0,0 +1,5 @@
|
||||
controller:
|
||||
ingressClass: haproxy
|
||||
ingressClassResource:
|
||||
enabled: true
|
||||
default: true
|
||||
@@ -0,0 +1,4 @@
|
||||
controller:
|
||||
service:
|
||||
ipFamilies: [IPv4]
|
||||
ipFamilyPolicy: SingleStack
|
||||
@@ -0,0 +1,4 @@
|
||||
controller:
|
||||
kubernetesGateway:
|
||||
enabled: true
|
||||
gatewayControllerName: haproxy.org/gateway-controller
|
||||
@@ -0,0 +1,3 @@
|
||||
controller:
|
||||
service:
|
||||
type: NodePort
|
||||
@@ -0,0 +1,5 @@
|
||||
controller:
|
||||
podAnnotations: |
|
||||
my-checksum: {{ $.Values.myCustomVar | toYaml | sha256sum }}
|
||||
myCustomVar:
|
||||
FOO: BAR
|
||||
@@ -0,0 +1,3 @@
|
||||
controller:
|
||||
podMonitor:
|
||||
enabled: true
|
||||
@@ -0,0 +1,5 @@
|
||||
controller:
|
||||
containerPort:
|
||||
http: 80
|
||||
https: 443
|
||||
stat: 1024
|
||||
@@ -0,0 +1,4 @@
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
publishService:
|
||||
enabled: true
|
||||
@@ -0,0 +1,5 @@
|
||||
controller:
|
||||
replicaCount: null
|
||||
|
||||
defaultBackend:
|
||||
replicaCount: null
|
||||
@@ -0,0 +1,6 @@
|
||||
controller:
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxUnavailable: 0
|
||||
maxSurge: 1
|
||||
@@ -0,0 +1,3 @@
|
||||
controller:
|
||||
unprivileged: true
|
||||
allowPrivilegedPorts: true
|
||||
Reference in New Issue
Block a user