We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcb830 commit 1bba54cCopy full SHA for 1bba54c
1 file changed
ch09/pod/env-vars/pod.yaml
@@ -5,9 +5,9 @@ metadata:
5
spec:
6
containers:
7
- name: spring-boot-app
8
- image: bmuschko/spring-boot-app:1.5.3
+ image: springio/gs-spring-boot-docker
9
env:
10
- name: SPRING_PROFILES_ACTIVE
11
- value: prod
+ value: dev
12
- name: VERSION
13
- value: '1.5.3'
+ value: '1.5.3'
0 commit comments