mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
changed df
This commit is contained in:
parent
5a47ea3781
commit
4f71267031
1 changed files with 9 additions and 9 deletions
|
@ -3,9 +3,9 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: nop
|
||||
name: springpet-clinic
|
||||
labels:
|
||||
app: nop
|
||||
app: springpet-clinic
|
||||
spec:
|
||||
minReadySeconds: 5
|
||||
replicas: 4
|
||||
|
@ -20,12 +20,12 @@ spec:
|
|||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: nop
|
||||
name: nop
|
||||
app: springpet-clinic
|
||||
name: springpet-clinic
|
||||
spec:
|
||||
containers:
|
||||
- name: nop
|
||||
image: spc-mvn-3.9.4:${BUILD_ID}
|
||||
- name: springpet-clinic
|
||||
image: spc-mvn-3.9.4:4
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
|
@ -33,14 +33,14 @@ spec:
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: nop
|
||||
name: springpet-clinic
|
||||
spec:
|
||||
selector:
|
||||
app: nop
|
||||
app: springpet-clinic
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- protocol: TCP
|
||||
name: nop
|
||||
name: springpet-clinic
|
||||
port: 80
|
||||
targetPort: 8080
|
||||
type: LoadBalancer
|
Loading…
Reference in a new issue