Skip to content

Commit

Permalink
fix: set error page theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Jun 12, 2021
1 parent 78a9fd0 commit 2ac3719
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s/backend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ spec:
- name: ingress-nginx-default-backend
image: ghcr.io/181192/custom-error-pages
imagePullPolicy: IfNotPresent
env:
- name: ERROR_FILES_PATH
value: ./themes/knockout
securityContext:
runAsUser: 65534
ports:
Expand Down

0 comments on commit 2ac3719

Please sign in to comment.