Update 'values-files/traefik-values.yaml'
This commit is contained in:
parent
3ecd4a3159
commit
c5131668d4
@ -3,9 +3,8 @@ additionalArguments:
|
||||
- '--certificatesresolvers.letsencrypt.acme.storage=/ssl-certs/acme.json'
|
||||
- '--certificatesResolvers.letsencrypt.acme.dnschallenge.provider=cloudflare'
|
||||
- >-
|
||||
--certificatesresolvers.letsencrypt.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
--certificatesresolvers.letsencrypt.acme.caserver=https://acme-v02.api.letsencrypt.org/directory
|
||||
- '--certificatesResolvers.letsencrypt.acme.dnschallenge=true'
|
||||
- '--api.insecure=true'
|
||||
additionalVolumeMounts: []
|
||||
affinity: {}
|
||||
autoscaling:
|
||||
@ -17,17 +16,22 @@ deployment:
|
||||
enabled: true
|
||||
imagePullSecrets: []
|
||||
initContainers:
|
||||
# - name: volume-permissions
|
||||
# image: busybox:1.31.1
|
||||
# command: ['sh', '-c', 'chmod -Rv 600 /ssl-certs/*']
|
||||
# volumeMounts:
|
||||
# - mountPath: /ssl-certs
|
||||
# name: ssl-certs
|
||||
- command:
|
||||
- sh
|
||||
- '-c'
|
||||
- chmod -Rv 600 /ssl-certs/*
|
||||
image: busybox:1.31.1
|
||||
name: volume-permissions
|
||||
volumeMounts:
|
||||
- mountPath: /ssl-certs
|
||||
name: ssl-certs
|
||||
kind: Deployment
|
||||
labels: {}
|
||||
minReadySeconds: 0
|
||||
podAnnotations: {}
|
||||
podLabels: {}
|
||||
replicas: 1
|
||||
shareProcessNamespace: false
|
||||
terminationGracePeriodSeconds: 60
|
||||
env:
|
||||
- name: CF_DNS_API_TOKEN
|
||||
@ -37,9 +41,9 @@ env:
|
||||
name: cloudflare
|
||||
envFrom: []
|
||||
experimental:
|
||||
http3:
|
||||
enabled: true
|
||||
kubernetesGateway:
|
||||
appLabelSelector: traefik
|
||||
certificates: []
|
||||
enabled: false
|
||||
plugins:
|
||||
enabled: false
|
||||
@ -50,28 +54,35 @@ hostNetwork: false
|
||||
image:
|
||||
name: traefik
|
||||
pullPolicy: IfNotPresent
|
||||
tag: ''
|
||||
ingressClass:
|
||||
enabled: true
|
||||
fallbackApiVersion: null
|
||||
isDefaultClass: true
|
||||
enabled: false
|
||||
fallbackApiVersion: ''
|
||||
isDefaultClass: false
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
annotations: {}
|
||||
enabled: false
|
||||
labels: {}
|
||||
livenessProbe:
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 2
|
||||
logs:
|
||||
access:
|
||||
enabled: null
|
||||
enabled: false
|
||||
fields:
|
||||
general:
|
||||
defaultmode: null
|
||||
defaultmode: keep
|
||||
names: {}
|
||||
headers:
|
||||
defaultmode: null
|
||||
defaultmode: drop
|
||||
names: {}
|
||||
filters: {}
|
||||
general:
|
||||
level: DEBUG
|
||||
level: ERROR
|
||||
metrics:
|
||||
prometheus:
|
||||
entryPoint: metrics
|
||||
@ -127,6 +138,8 @@ providers:
|
||||
enabled: true
|
||||
namespaces: []
|
||||
kubernetesIngress:
|
||||
allowEmptyServices: false
|
||||
allowExternalNameServices: false
|
||||
enabled: true
|
||||
namespaces: []
|
||||
publishedService:
|
||||
@ -134,6 +147,12 @@ providers:
|
||||
rbac:
|
||||
enabled: true
|
||||
namespaced: false
|
||||
readinessProbe:
|
||||
failureThreshold: 1
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 2
|
||||
resources: {}
|
||||
rollingUpdate:
|
||||
maxSurge: 1
|
||||
@ -161,4 +180,5 @@ serviceAccount:
|
||||
serviceAccountAnnotations: {}
|
||||
tlsOptions: {}
|
||||
tolerations: []
|
||||
tracing: {}
|
||||
volumes: []
|
||||
|
Loading…
x
Reference in New Issue
Block a user