We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45af27 commit 771206cCopy full SHA for 771206c
deploy/charts/nebulous/templates/deployment.yaml
@@ -50,6 +50,11 @@ spec:
50
fieldPath: metadata.uid
51
securityContext:
52
privileged: true
53
+ volumeMounts:
54
+ - name: var-run-tailscale
55
+ mountPath: /var/run/tailscale
56
+ - name: tmp
57
+ mountPath: /tmp
58
- name: nebulous-server
59
image: {{ include "nebulous.image" . }}
60
{{- with .Values.image.pullPolicy }}
@@ -152,3 +157,7 @@ spec:
152
157
- name: model-pvc
153
158
persistentVolumeClaim:
154
159
claimName: {{ .Values.storage.model.claimName }}
160
161
+ emptyDir: {}
162
163
0 commit comments