1
This commit is contained in:
@@ -68,10 +68,10 @@ spec:
|
||||
path: /data/transmission/downloads
|
||||
containers:
|
||||
- name: webdav
|
||||
image: bytemark/webdav
|
||||
image: dockerproxy.com/bytemark/webdav
|
||||
resources:
|
||||
limits:
|
||||
memory: "64Mi"
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
ports:
|
||||
- containerPort: 80
|
||||
@@ -80,3 +80,6 @@ spec:
|
||||
name: webdav
|
||||
- secretRef:
|
||||
name: webdav
|
||||
volumeMounts:
|
||||
- name: file
|
||||
mountPath: /var/lib/dav/data
|
Reference in New Issue
Block a user