diff --git a/traefik-hub/templates/deployment.yaml b/traefik-hub/templates/deployment.yaml index 8946113..1d99046 100644 --- a/traefik-hub/templates/deployment.yaml +++ b/traefik-hub/templates/deployment.yaml @@ -67,7 +67,6 @@ spec: imagePullPolicy: {{ .Values.imagePullPolicy }} name: traefik args: - - ic - --entrypoints.metrics.address=:9100 - --entrypoints.traefik.address=:9000 - --entrypoints.web.address=:8000 diff --git a/traefik-hub/tests/deployment_test.yaml b/traefik-hub/tests/deployment_test.yaml index 3406574..8287d15 100644 --- a/traefik-hub/tests/deployment_test.yaml +++ b/traefik-hub/tests/deployment_test.yaml @@ -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: