Skip to content

Commit

Permalink
BC-8876 - add os to the pod template from the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jan 30, 2025
1 parent 3ce8a53 commit 3cf8859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ spec:
runAsGroup: 1000
fsGroup: 1000
runAsNonRoot: true
os:
name: linux
containers:
- name: antivirus-scanfile
image: {{ ANTIVIRUS_CHECK_SERVICE_IMAGE }}:{{ ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ spec:
runAsGroup: 1000
fsGroup: 1000
runAsNonRoot: true
os:
name: linux
containers:
- name: antivirus-webserver
image: {{ ANTIVIRUS_CHECK_SERVICE_IMAGE }}:{{ ANTIVIRUS_CHECK_SERVICE_IMAGE_TAG }}
Expand Down

0 comments on commit 3cf8859

Please sign in to comment.