traefik values
This commit is contained in:
parent
763fc251da
commit
eec674cf31
1 changed files with 24 additions and 22 deletions
|
@ -1,9 +1,4 @@
|
||||||
additionalArguments:
|
additionalArguments: []
|
||||||
- --entrypoints.web.forwardedHeaders.trustedIPs=0.0.0.0/0
|
|
||||||
- --entrypoints.websecure.forwardedHeaders.trustedIPs=0.0.0.0/0
|
|
||||||
- --entrypoints.ssh.address=:22
|
|
||||||
- --providers.kubernetescrd.allowCrossNamespace=true
|
|
||||||
- --log.level=INFO
|
|
||||||
additionalVolumeMounts: []
|
additionalVolumeMounts: []
|
||||||
affinity: {}
|
affinity: {}
|
||||||
autoscaling:
|
autoscaling:
|
||||||
|
@ -48,6 +43,9 @@ env: []
|
||||||
envFrom: []
|
envFrom: []
|
||||||
experimental:
|
experimental:
|
||||||
abortOnPluginFailure: false
|
abortOnPluginFailure: false
|
||||||
|
fastProxy:
|
||||||
|
debug: false
|
||||||
|
enabled: false
|
||||||
kubernetesGateway:
|
kubernetesGateway:
|
||||||
enabled: false
|
enabled: false
|
||||||
plugins:
|
plugins:
|
||||||
|
@ -81,6 +79,8 @@ hub:
|
||||||
listenAddr: ''
|
listenAddr: ''
|
||||||
secretName: ''
|
secretName: ''
|
||||||
enabled: false
|
enabled: false
|
||||||
|
experimental:
|
||||||
|
aigateway: false
|
||||||
redis:
|
redis:
|
||||||
cluster: null
|
cluster: null
|
||||||
database: null
|
database: null
|
||||||
|
@ -107,7 +107,7 @@ image:
|
||||||
ingressClass:
|
ingressClass:
|
||||||
enabled: true
|
enabled: true
|
||||||
isDefaultClass: true
|
isDefaultClass: true
|
||||||
name: traefik-ingress
|
name: ''
|
||||||
ingressRoute:
|
ingressRoute:
|
||||||
dashboard:
|
dashboard:
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
@ -235,13 +235,13 @@ nodeSelector:
|
||||||
persistence:
|
persistence:
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
annotations: {}
|
annotations: {}
|
||||||
enabled: true
|
enabled: false
|
||||||
existingClaim: nfs-ssd-traefik-pvc
|
existingClaim: ''
|
||||||
name: data
|
name: data
|
||||||
path: /data
|
path: /data
|
||||||
size: 128Mi
|
size: 128Mi
|
||||||
storageClass: ''
|
storageClass: ''
|
||||||
subPath: certs
|
subPath: ''
|
||||||
volumeName: ''
|
volumeName: ''
|
||||||
podDisruptionBudget:
|
podDisruptionBudget:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -263,7 +263,7 @@ ports:
|
||||||
ssh:
|
ssh:
|
||||||
nodePort: 30222
|
nodePort: 30222
|
||||||
port: 22
|
port: 22
|
||||||
targetport: 22
|
targetport: 2222
|
||||||
traefik:
|
traefik:
|
||||||
expose:
|
expose:
|
||||||
default: false
|
default: false
|
||||||
|
@ -279,14 +279,15 @@ ports:
|
||||||
forwardedHeaders:
|
forwardedHeaders:
|
||||||
insecure: false
|
insecure: false
|
||||||
trustedIPs: []
|
trustedIPs: []
|
||||||
nodePort: 30808
|
nodePort: null
|
||||||
port: 80
|
port: 8000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
proxyProtocol:
|
proxyProtocol:
|
||||||
insecure: false
|
insecure: false
|
||||||
trustedIPs: []
|
trustedIPs: []
|
||||||
redirectTo: {}
|
redirections:
|
||||||
targetPort: 80
|
entryPoint: {}
|
||||||
|
targetPort: null
|
||||||
transport:
|
transport:
|
||||||
keepAliveMaxRequests: null
|
keepAliveMaxRequests: null
|
||||||
keepAliveMaxTime: null
|
keepAliveMaxTime: null
|
||||||
|
@ -312,13 +313,13 @@ ports:
|
||||||
advertisedPort: null
|
advertisedPort: null
|
||||||
enabled: false
|
enabled: false
|
||||||
middlewares: []
|
middlewares: []
|
||||||
nodePort: 30443
|
nodePort: null
|
||||||
port: 443
|
port: 8443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
proxyProtocol:
|
proxyProtocol:
|
||||||
insecure: false
|
insecure: false
|
||||||
trustedIPs: []
|
trustedIPs: []
|
||||||
targetPort: 443
|
targetPort: null
|
||||||
tls:
|
tls:
|
||||||
certResolver: ''
|
certResolver: ''
|
||||||
domains: []
|
domains: []
|
||||||
|
@ -358,8 +359,9 @@ providers:
|
||||||
hostname: ''
|
hostname: ''
|
||||||
ip: ''
|
ip: ''
|
||||||
service:
|
service:
|
||||||
name: '{{ (include "traefik.fullname" .) }}'
|
enabled: true
|
||||||
namespace: '{{ .Release.Namespace }}'
|
name: ''
|
||||||
|
namespace: ''
|
||||||
kubernetesIngress:
|
kubernetesIngress:
|
||||||
allowEmptyServices: true
|
allowEmptyServices: true
|
||||||
allowExternalNameServices: false
|
allowExternalNameServices: false
|
||||||
|
@ -402,7 +404,7 @@ service:
|
||||||
externalTrafficPolicy: Local
|
externalTrafficPolicy: Local
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
name: traefik
|
name: ''
|
||||||
serviceAccountAnnotations: {}
|
serviceAccountAnnotations: {}
|
||||||
startupProbe: {}
|
startupProbe: {}
|
||||||
tlsOptions: {}
|
tlsOptions: {}
|
||||||
|
@ -413,7 +415,6 @@ tracing:
|
||||||
addInternals: false
|
addInternals: false
|
||||||
capturedRequestHeaders: []
|
capturedRequestHeaders: []
|
||||||
capturedResponseHeaders: []
|
capturedResponseHeaders: []
|
||||||
globalAttributes: {}
|
|
||||||
otlp:
|
otlp:
|
||||||
enabled: false
|
enabled: false
|
||||||
grpc:
|
grpc:
|
||||||
|
@ -434,6 +435,7 @@ tracing:
|
||||||
cert: ''
|
cert: ''
|
||||||
insecureSkipVerify: false
|
insecureSkipVerify: false
|
||||||
key: ''
|
key: ''
|
||||||
|
resourceAttributes: {}
|
||||||
safeQueryParams: []
|
safeQueryParams: []
|
||||||
sampleRate: null
|
sampleRate: null
|
||||||
serviceName: null
|
serviceName: null
|
||||||
|
|
Loading…
Reference in a new issue