Skip to content

Commit

Permalink
Changes for readiness and liveness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
nshweta90 committed Apr 29, 2024
1 parent 092538c commit 95b9abd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ spec:
mountPath: "/opt/app/config/set.user.properties"
readOnly: true
subPath: set.user.properties
- name: log4j-config
mountPath: "/opt/app/config/log4j2-spring.xml"
readOnly: true
subPath: log4j2-spring.xml
volumes:
- name: app-properties
secret:
Expand Down

0 comments on commit 95b9abd

Please sign in to comment.