Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

hnandiwada/spring-petclinic-educates

Repository files navigation

Spring PetClinic Sample Application - Harsha's versionBuild Status

A copy of Scott Andrews' Pet Clinic meant to be used in Educates, with inner-loop tooling.

My changes

  • Changed message.properties to say "Welcome from Harsha!" rather than just "Welcome".
  • Pointed workload.yaml to this repo rather than Scott Andrews'.
  • Downloaded Tilt with the below command. Unfortunately, because of permissions in the environment, we can't move this into /usr/local/bin. This does have the added benefit that we get to keep the binary in version control - we just have to run ./tilt up --stream=true instead of tilt.
curl -fsSL https://github.com/tilt-dev/tilt/releases/download/v0.19.5/tilt.0.19.5.linux.x86_64.tar.gz | tar -xzv tilt
  • Added .tanzu directory which Tilt uses.
  • Added a Tiltfile. I changed the image fields to point to the Harbor image that Kontinue generates. I also changed the file sync destinations in the container based on the structure of the container.
    • WIP - There is no .build directory in this Pet Clinic directory because all the building happens in-cluster at the moment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published