A Mirror of Spring's PetClinic
Find a file
Johannes Schnatterer eca177c09f Service: Refer to targetPort name.
It's not enough to use the same name for targetPort in pod and port in service. If targetPort field is empty in service, it defaults to the same value as port.
2020-11-05 16:19:10 +01:00
.mvn/wrapper Upgrade to Maven 3.6.3 and Maven Wrapper 0.5.6 2020-06-13 14:02:26 +01:00
.vscode Add ignores for vscode 2018-02-21 09:51:59 +00:00
docs Adds .smeagol.yml and renames smeagol main page 2017-10-09 15:02:25 +02:00
k8s Service: Refer to targetPort name. 2020-11-05 16:19:10 +01:00
src Init for gitops flow 2020-10-26 15:11:32 +01:00
.editorconfig Change EditorConfig to reflect some files are indented with 2 spaces 2020-06-13 14:03:04 +01:00
.gitignore Merge branch 'main' of ssh://github.com/spring-projects/spring-petclinic into feature/upgrade_to_latest_petclinic 2020-09-28 07:21:57 +02:00
.smeagol.yml Adds .smeagol.yml and renames smeagol main page 2017-10-09 15:02:25 +02:00
.travis.yml Attempt to fix travis build by hardcoding Ubuntu dist 2019-06-21 12:27:16 +01:00
docker-compose.yml Re-organise mysql scripts so the app runs without root access 2020-01-03 05:29:11 -05:00
Jenkinsfile Jenkins: Set build description 2020-11-05 11:25:26 +01:00
mvnw Upgrade to Maven 3.6.3 and Maven Wrapper 0.5.6 2020-06-13 14:02:26 +01:00
mvnw.cmd Upgrade to Maven 3.6.3 and Maven Wrapper 0.5.6 2020-06-13 14:02:26 +01:00
pom.xml Implements gitops flow 2020-11-04 14:44:18 +01:00
readme-petclinic.md Merge branch 'main' of ssh://github.com/spring-projects/spring-petclinic into feature/upgrade_to_latest_petclinic 2020-09-28 07:21:57 +02:00
README.md Polishing during review 2020-11-05 11:20:21 +01:00

Spring PetClinic Sample Application for cloudogu/k8s-gitops-playground

This is the well-known spring sample application petclinic that has been extended to be a showcase for GitOps. See cloudogu/k8s-gitops-playground.

For more details on petclinic, see also original spring petclinci readme.md.