mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-18 19:51:12 +00:00
petclinic.yml
Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
parent
2359504774
commit
70ebafd712
1 changed files with 4 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ metadata:
|
|||
labels:
|
||||
app: petclinic
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: petclinic
|
||||
|
|
@ -30,7 +30,8 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: workload
|
||||
image: dsyer/petclinic
|
||||
image: wodnr8174/spring-petclinic:latest
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: SPRING_PROFILES_ACTIVE
|
||||
value: postgres
|
||||
|
|
@ -61,4 +62,4 @@ spec:
|
|||
projected:
|
||||
sources:
|
||||
- secret:
|
||||
name: demo-db
|
||||
name: petclinic-db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue