Skip to content

Commit 1bba54c

Browse files
committed
Update manifest
1 parent abcb830 commit 1bba54c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ch09/pod/env-vars/pod.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ metadata:
55
spec:
66
containers:
77
- name: spring-boot-app
8-
image: bmuschko/spring-boot-app:1.5.3
8+
image: springio/gs-spring-boot-docker
99
env:
1010
- name: SPRING_PROFILES_ACTIVE
11-
value: prod
11+
value: dev
1212
- name: VERSION
13-
value: '1.5.3'
13+
value: '1.5.3'

0 commit comments

Comments
 (0)