Skip to content

Commit

Permalink
modified workers and oasis_server files
Browse files Browse the repository at this point in the history
  • Loading branch information
slashme101 committed Jan 8, 2024
1 parent c4752af commit 3f67d40
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 56 deletions.
3 changes: 2 additions & 1 deletion kubernetes/charts/oasis-models/templates/workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ spec:
containers:
- image: {{ .image }}:{{ .version }}
{{- if .imagePullPolicy }}
#readOnlyRootFilesystem: true
securityContext:
readOnlyRootFilesystem: true
imagePullPolicy: {{ .imagePullPolicy }}
{{- end }}
name: worker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ spec:
volumes:
{{- if ((.Values.volumes.host).sharedFs) }}
- name: shared-fs-persistent-storage
#readonly: true
readonly: true
persistentVolumeClaim:
claimName: {{ .Values.volumes.host.sharedFs.name }}
{{- else if ((.Values.volumes.azureFiles).sharedFs) }}
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 3f67d40

Please sign in to comment.