Skip to content

Commit

Permalink
chore: k8s example point at new container image (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraj Michálek <[email protected]>
  • Loading branch information
jmichalek132 authored Sep 20, 2024
1 parent 55ea55a commit e7ff044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/kubernetes-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: pg-avalanche
image: quay.io/freshtracks.io/avalanche:latest
image: quay.io/prometheuscommunity/avalanche:main
args:
- "--metric-count=1000"
- "--series-count=50"
Expand Down

0 comments on commit e7ff044

Please sign in to comment.