upgrade traefik
This commit is contained in:
@@ -15,7 +15,10 @@ maintainers:
|
||||
- name: alexlebens
|
||||
dependencies:
|
||||
- name: traefik
|
||||
version: 33.2.1
|
||||
version: 34.0.0
|
||||
repository: https://traefik.github.io/charts
|
||||
- name: traefik-crds
|
||||
version: 1.1.0
|
||||
repository: https://traefik.github.io/charts
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/traefik.png
|
||||
appVersion: v3.2.3
|
||||
|
@@ -32,9 +32,11 @@ traefik:
|
||||
expose:
|
||||
default: true
|
||||
exposedPort: 80
|
||||
redirectTo:
|
||||
port: websecure
|
||||
priority: 10
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: websecure
|
||||
scheme: https
|
||||
permanent: true
|
||||
forwardedHeaders:
|
||||
trustedIPs:
|
||||
- 10.0.0.0/8
|
||||
@@ -84,3 +86,8 @@ traefik:
|
||||
- 192.168.1.17
|
||||
- 192.168.1.16
|
||||
- 192.168.1.15
|
||||
traefik-crds:
|
||||
traefik: true
|
||||
gatewayAPI: false
|
||||
hub: false
|
||||
deleteOnUninstall: false
|
||||
|
Reference in New Issue
Block a user