update traefik chart version to 38.0.2 and adapt values to accomodate breaking changes
This commit is contained in:
@@ -12,7 +12,7 @@ spec:
|
||||
kind: HelmRepository
|
||||
name: traefik
|
||||
namespace: flux-system
|
||||
version: '37.4.0'
|
||||
version: '38.0.2'
|
||||
install:
|
||||
crds: Create
|
||||
interval: 6h
|
||||
@@ -49,6 +49,10 @@ spec:
|
||||
protocol: TCP
|
||||
expose:
|
||||
default: true
|
||||
http:
|
||||
encodedCharacters:
|
||||
allowEncodedSlash: true
|
||||
allowEncodedQuestionMark: true
|
||||
|
||||
websecure:
|
||||
port: 443
|
||||
@@ -56,6 +60,10 @@ spec:
|
||||
protocol: TCP
|
||||
expose:
|
||||
default: true
|
||||
http:
|
||||
encodedCharacters:
|
||||
allowEncodedSlash: true
|
||||
allowEncodedQuestionMark: true
|
||||
|
||||
ssh:
|
||||
port: 22
|
||||
|
||||
Reference in New Issue
Block a user