Skip to content

Commit

Permalink
Add client volume and update pin
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-d-zhang authored and sid-maddy committed Aug 31, 2024
1 parent 7845a8b commit 656bfc5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion kubernetes/manifests/dragonfly/client/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: client
image: ghcr.io/vipyrsec/dragonfly-client-rs:sha-61719d272569779d50cd3165fb4adaafd6cd4957
image: ghcr.io/vipyrsec/dragonfly-client-rs:sha-1b7d26bba796d8b07ba580ce942b70ee266e1e34
imagePullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand All @@ -32,3 +32,9 @@ spec:
runAsUser: 10000
runAsGroup: 10000
readOnlyRootFilesystem: true
volumeMounts:
- mountPath: /tmp
name: tmp-volume
volumes:
- name: tmp-volume
emptyDir:

0 comments on commit 656bfc5

Please sign in to comment.