upgrade traefik

This commit is contained in:
2025-01-15 02:12:29 -06:00
parent 3d5158faac
commit 3473f93e2f
2 changed files with 14 additions and 4 deletions

View File

@@ -15,7 +15,10 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: traefik - 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 repository: https://traefik.github.io/charts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/traefik.png icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/traefik.png
appVersion: v3.2.3 appVersion: v3.2.3

View File

@@ -32,9 +32,11 @@ traefik:
expose: expose:
default: true default: true
exposedPort: 80 exposedPort: 80
redirectTo: redirections:
port: websecure entryPoint:
priority: 10 to: websecure
scheme: https
permanent: true
forwardedHeaders: forwardedHeaders:
trustedIPs: trustedIPs:
- 10.0.0.0/8 - 10.0.0.0/8
@@ -84,3 +86,8 @@ traefik:
- 192.168.1.17 - 192.168.1.17
- 192.168.1.16 - 192.168.1.16
- 192.168.1.15 - 192.168.1.15
traefik-crds:
traefik: true
gatewayAPI: false
hub: false
deleteOnUninstall: false