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

feat: remove sidecar mode #97

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Comment on lines 68 to 69
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- contains:
path: spec.template.spec.containers[0].args

content: ic
content: --entrypoints.metrics.address=:9100
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
content: --entrypoints.metrics.address=:9100

- contains:
path: spec.template.spec.containers[0].args
content:
Expand Down