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:788851c29c9f87440604a89368f29d6ae86e211f1a13ce05481b91206300f0a0
developer.apps.tanzu.vmware.com/image-source-digest: harbor.kubernetes.day/supply-chain/vscode/spring-baby:latest@sha256:553c914153ad4f05c9ff433f05ca23ed4ec0a2513b63bf3be5178501d4bd4cdd
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:8bb9991e08a401637bce196f4d2ce4970e2706c1f557e71bb90a26d994af64e5
image: harbor.kubernetes.day/supply-chain/secure/spring-baby-default@sha256:b8429bf89b8718238240155e301f04dd72b6603e2180bd973e613c5bfeb8010c
livenessProbe:
httpGet:
path: /livez
Expand Down