Merge branch v3.4 into master
This commit is contained in:
commit
8c6ed23c5f
13 changed files with 26 additions and 12 deletions
|
|
@ -33,7 +33,7 @@ spec:
|
|||
namespace: apps
|
||||
# Enable Router observability
|
||||
observability:
|
||||
accesslogs: true
|
||||
accessLogs: true
|
||||
metrics: true
|
||||
tracing: true
|
||||
# Set a pirority
|
||||
|
|
|
|||
|
|
@ -402,7 +402,7 @@ This way, any Ingress attached to this Entrypoint will have TLS termination by d
|
|||
serviceAccountName: traefik-ingress-controller
|
||||
containers:
|
||||
- name: traefik
|
||||
image: traefik:v3.2
|
||||
image: traefik:v3.4
|
||||
args:
|
||||
- --entryPoints.websecure.address=:443
|
||||
- --entryPoints.websecure.http.tls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue