Skip to content

Commit 63d0b03

Browse files
authored
Update app.yaml
1 parent 0cd5401 commit 63d0b03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: postgres
17-
image: billmills/ci_db:latest
17+
image: ci_db:latest
1818
---
1919
apiVersion: apps/v1
2020
kind: Deployment
@@ -32,7 +32,7 @@ spec:
3232
spec:
3333
containers:
3434
- name: springboot
35-
image: billmills/ci_api:latest
35+
image: ci_api:latest
3636
---
3737
apiVersion: v1
3838
kind: Service
@@ -55,4 +55,4 @@ spec:
5555
app: api
5656
ports:
5757
- port: 8080
58-
targetPort: 8080
58+
targetPort: 8080

0 commit comments

Comments
 (0)