Skip to content

Commit

Permalink
potentially fixed a pathing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 14, 2023
1 parent 2e4f82f commit ebd54f6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ spec:
emptyDir: { }
containers:
- name: access-legacybackend
image: busybox:1.28
args: [/bin/sh, -c, 'tail -n+1 -F /var/log/access.log']
image: busybox:1.36
args: [/bin/sh, -c, 'tail -n+1 -F /var/log/apache2/access.log']
volumeMounts:
- name: logs
mountPath: /var/log
- name: error-legacybackend
image: busybox:1.28
args: [/bin/sh, -c, 'tail -n+1 -F /var/log/error.log']
image: busybox:1.36
args: [/bin/sh, -c, 'tail -n+1 -F /var/log/apache2/error.log']
volumeMounts:
- name: logs
mountPath: /var/log
Expand Down

0 comments on commit ebd54f6

Please sign in to comment.