Skip to content

Commit

Permalink
add pvc with securitycontext
Browse files Browse the repository at this point in the history
  • Loading branch information
parklize committed Jul 16, 2024
1 parent 5eb0123 commit 7d88b73
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions server/charts/server/templates/pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: uc2-pvc
labels:
{{- include "app.labels" . | nindent 4 }}
spec:
storageClassName: longhorn
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 2Gi
2 changes: 1 addition & 1 deletion server/charts/server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ingressHostName: semantification-service
persistence:
storageClass: "longhorn"
existingClaim: ""
enabled: false
enabled: true
accessMode: ReadWriteOnce
size: 10Gi
additionalVolumes: []
Expand Down

0 comments on commit 7d88b73

Please sign in to comment.