Skip to content

Commit

Permalink
🔥 removed timezone and localtime which was caused to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
agn-7 committed Sep 15, 2023
1 parent 6bdc202 commit dddde69
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
6 changes: 0 additions & 6 deletions k8s/config-map/localtime-config.yml

This file was deleted.

7 changes: 0 additions & 7 deletions k8s/config-map/timezone-config.yml

This file was deleted.

14 changes: 0 additions & 14 deletions k8s/deployment/bitpin-app-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,10 @@ spec:
mountPath: /code/media
- name: static-volume
mountPath: /code/static
- name: timezone-volume
mountPath: /etc/timezone
subPath: timezone
readOnly: true
- name: localtime-volume
mountPath: /etc/localtime
subPath: localtime
readOnly: true
volumes:
- name: media-volume
persistentVolumeClaim:
claimName: bitpin-media-pvc
- name: static-volume
persistentVolumeClaim:
claimName: bitpin-static-pvc
- name: timezone-volume
configMap:
name: timezone-config
- name: localtime-volume
configMap:
name: localtime-config

0 comments on commit dddde69

Please sign in to comment.