Skip to content

Commit

Permalink
Merge pull request #47 from gianlucam76/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
gianlucam76 authored Apr 18, 2024
2 parents bac1b4f + 4ff1740 commit 0bfef3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/sharding/em.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- --v=5
command:
- /manager
image: projectsveltos/event-manager-amd64:main
image: projectsveltos/event-manager:main
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/sharding/event-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- --v=5
command:
- /manager
image: projectsveltos/event-manager-amd64:main
image: projectsveltos/event-manager:main
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/sharding/healthcheck-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- --v=5
command:
- /manager
image: projectsveltos/healthcheck-manager-amd64:main
image: projectsveltos/healthcheck-manager:main
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion pkg/sharding/hm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- --v=5
command:
- /manager
image: projectsveltos/healthcheck-manager-amd64:main
image: projectsveltos/healthcheck-manager:main
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 0bfef3b

Please sign in to comment.