Skip to content

Commit

Permalink
Added missing env array and removed duplicate name (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Apr 28, 2020
1 parent 6bb2f30 commit 2da9f73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ objects:
- image: "${IMAGE_REPO}/${NAMESPACE}/${NAME}:${APP_TAG}"
imagePullPolicy: Always
name: "${NAME}"
env:
- name: JAVA_OPTS_APPEND
value: "${JAVA_OPTS_APPEND}"
livenessProbe:
Expand All @@ -51,7 +52,6 @@ objects:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
name: eap-app
ports:
- containerPort: 8778
name: jolokia
Expand Down

0 comments on commit 2da9f73

Please sign in to comment.