一些更新
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
kind: Configmap
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: webdav
|
||||
|
||||
@@ -37,7 +37,7 @@ spec:
|
||||
- secretRef:
|
||||
name: transmission
|
||||
resources:
|
||||
{{- toYaml .Values.resources.transmission | nindent 10 }}
|
||||
{{- toYaml .Values.resources.transmission | nindent 12 }}
|
||||
ports:
|
||||
- containerPort: {{ .Values.ports.transmission.web }}
|
||||
name: web
|
||||
|
||||
@@ -11,11 +11,11 @@ webdav:
|
||||
|
||||
images:
|
||||
transmission:
|
||||
repository: linuxserver/transmission
|
||||
repository: cr.wetofu.me/linuxserver/transmission
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
webdav:
|
||||
repository: bytemark/webdav
|
||||
repository: cr.wetofu.me/bytemark/webdav
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user