Skip to content

Commit f72121a

Browse files
authored
Merge pull request #54 from tpaulus/copilot/fix-manifest-generation-error
Fix Traefik Helm chart v39.0.0 schema validation failures
2 parents 7fb03db + 092c690 commit f72121a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

argocd/applications/traefik.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,23 @@ spec:
1616
- name: deployment.replicas
1717
value: '2'
1818
values: |
19-
experimental.plugins.enabled: true
2019
ports:
2120
web:
22-
redirections:
23-
entryPoint:
24-
to: websecure
25-
scheme: https
26-
permanent: true
21+
http:
22+
redirections:
23+
entryPoint:
24+
to: websecure
25+
scheme: https
26+
permanent: true
2727
websecure:
2828
asDefault: true
2929
web-ext:
3030
port: 9200
3131
exposedPort: 9200
3232
protocol: TCP
33-
middlewares:
34-
- traefik-rewrite-cf-tunnel-headers@kubernetescrd
33+
http:
34+
middlewares:
35+
- traefik-rewrite-cf-tunnel-headers@kubernetescrd
3536
experimental:
3637
plugins:
3738
jwt:
@@ -44,7 +45,6 @@ spec:
4445
kubernetesIngress:
4546
publishedService:
4647
enabled: true
47-
globalArguments: []
4848
repoURL: https://traefik.github.io/charts
4949
targetRevision: 39.0.5
5050
syncPolicy:

0 commit comments

Comments
 (0)