mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
update README
This commit is contained in:
parent
32d8251049
commit
a4a1c96755
2 changed files with 9 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Spring PetClinic Sample Application [](https://github.com/spring-projects/spring-petclinic/actions/workflows/maven-build.yml)[](https://github.com/spring-projects/spring-petclinic/actions/workflows/gradle-build.yml)
|
||||
[](https://github.com/costRider/spring-petclinic/actions/workflows/ci-petclinic.yml)
|
||||
[](https://github.com/costRider/spring-petclinic/actions/workflows/ci-petclinic-eks.yaml)
|
||||
|
||||
[](https://gitpod.io/#https://github.com/spring-projects/spring-petclinic) [](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=7517918)
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,15 @@ spec:
|
|||
|
||||
containers:
|
||||
- name: petclinic-container
|
||||
<<<<<<< HEAD
|
||||
image: 723926525504.dkr.ecr.ap-northeast-2.amazonaws.com/eks/petclinic:138ba75
|
||||
=======
|
||||
<<<<<<< HEAD:k8s/20-petclinic-Deployments-postgre.yaml
|
||||
image: 723926525504.dkr.ecr.ap-northeast-2.amazonaws.com/eks/petclinic:211b94a
|
||||
=======
|
||||
image: 723926525504.dkr.ecr.ap-northeast-2.amazonaws.com/eks/petclinic:e6690f6
|
||||
>>>>>>> 138ba75 ( update eks CI yaml, k8s aws):k8s/aws/20-petclinic-Deployments-postgre.yaml
|
||||
>>>>>>> 71b1873 (update)
|
||||
|
||||
# DB 설정은 ConfigMap / Secret에서 그대로 가져오기
|
||||
envFrom:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue