Skip to content

Commit

Permalink
Do same to regular model server.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellw committed Feb 15, 2024
1 parent 0966654 commit 2ddd4b1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/prod/model-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,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 @@ -110,8 +107,6 @@ spec:
emptyDir:
medium: Memory
sizeLimit: 1Gi
securityContext:
fsGroup: 1001
---
apiVersion: v1
kind: PersistentVolumeClaim
Expand All @@ -132,8 +127,6 @@ kind: PersistentVolume
metadata:
name: model-csi-gcs-pv
namespace: model-server
annotations:
pv.beta.kubernetes.io/gid: "1001"
spec:
storageClassName: azureblob-fuse-standard-grs
accessModes:
Expand All @@ -148,11 +141,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 2ddd4b1

Please sign in to comment.