Skip to content

Commit

Permalink
Upgrade kruize image for debugging (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
patilsuraj767 authored Oct 13, 2023
1 parent ac8d558 commit 69d771d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kruize-clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ parameters:
- description: Kruize image tag
name: KRUIZE_IMAGE_TAG
required: true
value: "b517204"
value: "870ea25"
- description: Kruize server port
name: KRUIZE_PORT
required: true
Expand Down
4 changes: 2 additions & 2 deletions scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ services:
depends_on:
- kafka
kruize-autotune:
image: quay.io/cloudservices/autotune:b517204
image: quay.io/cloudservices/autotune:870ea25
volumes:
- ./cdappconfig.json:/tmp/cdappconfig.json
ports:
- 8080:8080
environment:
- LOGGING_LEVEL=info
- LOGGING_LEVEL=debug
- ROOT_LOGGING_LEVEL=error
- DB_CONFIG_FILE=/tmp/cdappconfig.json
- dbdriver=jdbc:postgresql://
Expand Down

0 comments on commit 69d771d

Please sign in to comment.