Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/default/spring-baby/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
spring-boot-convention/app-live-view-appflavours-boot
spring-boot-convention/service-intent-mysql
spring-boot-convention/service-intent-postgres
developer.apps.tanzu.vmware.com/image-source-digest: harbor.kubernetes.day/supply-chain/vscode/spring-baby:latest@sha256:3c717431152eb0a775b4aad403ddd8158f3f76de24a675b944677b8403a8c677
developer.apps.tanzu.vmware.com/image-source-digest: harbor.kubernetes.day/supply-chain/vscode/spring-baby:latest@sha256:b696897c7b426dbf9826e808fa68900361905f718d5686ff58441001337e32c5
developer.conventions/target-containers: workload
services.conventions.carto.run/mysql: mysql-connector-java/8.0.29
services.conventions.carto.run/postgres: postgresql/42.3.6
Expand Down Expand Up @@ -67,7 +67,7 @@ spec:
value: "9005"
- name: JAVA_TOOL_OPTIONS
value: -Dmanagement.endpoint.health.probes.add-additional-paths="true" -Dmanagement.endpoint.health.show-details="always" -Dmanagement.endpoints.web.base-path="/actuator" -Dmanagement.endpoints.web.exposure.include="*" -Dmanagement.health.probes.enabled="true" -Dmanagement.server.port="8081" -Dserver.port="8080" -Dserver.shutdown.grace-period="24s"
image: harbor.kubernetes.day/supply-chain/secure/spring-baby-default@sha256:b5edd934f527a4cb43c2fb602393038e68d093b9ecda7d5a7d279e3e8e2ae22f
image: harbor.kubernetes.day/supply-chain/secure/spring-baby-default@sha256:73fca87b8d0f016cab0222be994a03286253787c0a9f7d9cba280719585d38fa
livenessProbe:
httpGet:
path: /livez
Expand Down