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
|
kind: HelmRepository
|
||||||
name: traefik
|
name: traefik
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
version: '37.4.0'
|
version: '38.0.2'
|
||||||
install:
|
install:
|
||||||
crds: Create
|
crds: Create
|
||||||
interval: 6h
|
interval: 6h
|
||||||
@@ -49,6 +49,10 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
|
http:
|
||||||
|
encodedCharacters:
|
||||||
|
allowEncodedSlash: true
|
||||||
|
allowEncodedQuestionMark: true
|
||||||
|
|
||||||
websecure:
|
websecure:
|
||||||
port: 443
|
port: 443
|
||||||
@@ -56,6 +60,10 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
|
http:
|
||||||
|
encodedCharacters:
|
||||||
|
allowEncodedSlash: true
|
||||||
|
allowEncodedQuestionMark: true
|
||||||
|
|
||||||
ssh:
|
ssh:
|
||||||
port: 22
|
port: 22
|
||||||
|
|||||||
Reference in New Issue
Block a user