traefik values
This commit is contained in:
parent
eec674cf31
commit
1c9b525bd0
1 changed files with 17 additions and 12 deletions
|
@ -1,4 +1,9 @@
|
|||
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: []
|
||||
affinity: {}
|
||||
autoscaling:
|
||||
|
@ -107,7 +112,7 @@ image:
|
|||
ingressClass:
|
||||
enabled: true
|
||||
isDefaultClass: true
|
||||
name: ''
|
||||
name: traefik-ingress
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
annotations: {}
|
||||
|
@ -235,13 +240,13 @@ nodeSelector:
|
|||
persistence:
|
||||
accessMode: ReadWriteOnce
|
||||
annotations: {}
|
||||
enabled: false
|
||||
existingClaim: ''
|
||||
enabled: true
|
||||
existingClaim: nfs-ssd-traefik-pvc
|
||||
name: data
|
||||
path: /data
|
||||
size: 128Mi
|
||||
storageClass: ''
|
||||
subPath: ''
|
||||
subPath: certs
|
||||
volumeName: ''
|
||||
podDisruptionBudget:
|
||||
enabled: false
|
||||
|
@ -263,7 +268,7 @@ ports:
|
|||
ssh:
|
||||
nodePort: 30222
|
||||
port: 22
|
||||
targetport: 2222
|
||||
targetport: 22
|
||||
traefik:
|
||||
expose:
|
||||
default: false
|
||||
|
@ -279,15 +284,15 @@ ports:
|
|||
forwardedHeaders:
|
||||
insecure: false
|
||||
trustedIPs: []
|
||||
nodePort: null
|
||||
port: 8000
|
||||
nodePort: 30808
|
||||
port: 80
|
||||
protocol: TCP
|
||||
proxyProtocol:
|
||||
insecure: false
|
||||
trustedIPs: []
|
||||
redirections:
|
||||
entryPoint: {}
|
||||
targetPort: null
|
||||
targetPort: 80
|
||||
transport:
|
||||
keepAliveMaxRequests: null
|
||||
keepAliveMaxTime: null
|
||||
|
@ -313,13 +318,13 @@ ports:
|
|||
advertisedPort: null
|
||||
enabled: false
|
||||
middlewares: []
|
||||
nodePort: null
|
||||
port: 8443
|
||||
nodePort: 30443
|
||||
port: 443
|
||||
protocol: TCP
|
||||
proxyProtocol:
|
||||
insecure: false
|
||||
trustedIPs: []
|
||||
targetPort: null
|
||||
targetPort: 443
|
||||
tls:
|
||||
certResolver: ''
|
||||
domains: []
|
||||
|
|
Loading…
Reference in a new issue