Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #119 from kgudel/updateDeployment
Browse files Browse the repository at this point in the history
update k8 deployment settings
  • Loading branch information
meissadia authored Mar 31, 2020
2 parents 791767c + dbc62f4 commit d2c4031
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/beta/hmda-help/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
- name: tz-config
hostPath:
path: /usr/share/zoneinfo/America/New_York
security:
- readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
Expand Down
3 changes: 3 additions & 0 deletions kubernetes/hmda-help/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
- name: tz-config
hostPath:
path: /usr/share/zoneinfo/America/New_York
security:
- readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
Expand Down

0 comments on commit d2c4031

Please sign in to comment.