You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
905 B
51 lines
905 B
deployment:
|
|
kind: DaemonSet
|
|
podDisruptionBudget:
|
|
enabled: true
|
|
maxUnavailable: 1
|
|
ingressClass:
|
|
enabled: true
|
|
experimental:
|
|
plugins:
|
|
enabled: true
|
|
providers:
|
|
kubernetesCRD:
|
|
allowExternalNameServices: true
|
|
kubernetesIngress:
|
|
allowExternalNameServices: true
|
|
ports:
|
|
traefik:
|
|
port: 9000
|
|
expose: false
|
|
exposedPort: 9000
|
|
protocol: TCP
|
|
web:
|
|
port: 8000
|
|
expose: true
|
|
exposedPort: 80
|
|
protocol: TCP
|
|
websecure:
|
|
port: 8443
|
|
expose: true
|
|
exposedPort: 443
|
|
protocol: TCP
|
|
metrics:
|
|
port: 9100
|
|
expose: false
|
|
exposedPort: 9100
|
|
protocol: TCP
|
|
service:
|
|
spec:
|
|
externalTrafficPolicy: Local
|
|
resources:
|
|
requests:
|
|
cpu: "100m"
|
|
memory: "50Mi"
|
|
limits:
|
|
cpu: "300m"
|
|
memory: "150Mi"
|
|
nodeSelector:
|
|
cloud-provider: oracle
|
|
additionalArguments:
|
|
- "--serversTransport.insecureskipverify=true"
|
|
- "--log.level=DEBUG" |