Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
feat: remove sidecar mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatur committed Mar 15, 2024
1 parent c95fda2 commit 8b813d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion traefik-hub/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ spec:
imagePullPolicy: {{ .Values.imagePullPolicy }}
name: traefik
args:
- ic
- --entrypoints.metrics.address=:9100
- --entrypoints.traefik.address=:9000
- --entrypoints.web.address=:8000
Expand Down
4 changes: 2 additions & 2 deletions traefik-hub/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ tests:
asserts:
- lengthEqual:
path: spec.template.spec.containers[0].args
count: 15
count: 14
- contains:
path: spec.template.spec.containers[0].args
content: ic
content: --entrypoints.metrics.address=:9100
- contains:
path: spec.template.spec.containers[0].args
content:
Expand Down

0 comments on commit 8b813d3

Please sign in to comment.