Skip to content

Commit

Permalink
Comment out the broken exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
shukitchan authored Jan 6, 2024
1 parent b2ba425 commit 5bb02ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/data/setup/traffic-server/ats-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ spec:
mountPath: "/var/log"
- name: config-volume
mountPath: "/fluentd/etc"
- name: trafficserver-exporter
image: ats-ingress-exporter:latest
imagePullPolicy: IfNotPresent
args: ["--endpoint=http://127.0.0.1:8080/_stats"]
ports:
- containerPort: 9122
# - name: trafficserver-exporter
# image: ats-ingress-exporter:latest
# imagePullPolicy: IfNotPresent
# args: ["--endpoint=http://127.0.0.1:8080/_stats"]
# ports:
# - containerPort: 9122
volumes:
- name: ats-ssl
secret:
Expand Down

0 comments on commit 5bb02ea

Please sign in to comment.