Skip to content

Commit

Permalink
Try removing run as users and groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellw committed Feb 15, 2024
1 parent 07b79fa commit 0966654
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/prod/premium-model-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ spec:
readOnly: false
- mountPath: /dev/shm
name: dshm
securityContext:
runAsUser: 1001
runAsGroup: 1001
volumes:
# The name of this volume must be fluentbitonlylogs for fluent bit to be able to find all the logs files
- name: fluentbitonlylogs
Expand All @@ -109,8 +106,6 @@ spec:
emptyDir:
medium: Memory
sizeLimit: 1Gi
securityContext:
fsGroup: 1001
---
apiVersion: v1
kind: PersistentVolumeClaim
Expand All @@ -130,8 +125,6 @@ apiVersion: v1
kind: PersistentVolume
metadata:
name: premium-model-csi-gcs-pv
annotations:
pv.beta.kubernetes.io/gid: "1001"
spec:
storageClassName: azureblob-fuse-standard-grs
accessModes:
Expand All @@ -146,11 +139,6 @@ spec:
volumeAttributes:
storageAccount: composeclusterprod
containerName: model-server-models
gid: "1001"
uid: "1001"
dirMode: "0775"
fileMode: "0664"
implicitDirs: "true"
nodeStageSecretRef:
name: azure-model-storage-secret
namespace: default

0 comments on commit 0966654

Please sign in to comment.