Fixed issue with sidekick declaration
This commit is contained in:
@@ -55,6 +55,7 @@ services:
|
|||||||
{{- if .Values.HOST_LABEL}}
|
{{- if .Values.HOST_LABEL}}
|
||||||
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
|
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
|
io.rancher.sidekicks: cron
|
||||||
traefik.enable: false
|
traefik.enable: false
|
||||||
links:
|
links:
|
||||||
- cron
|
- cron
|
||||||
@@ -82,7 +83,6 @@ services:
|
|||||||
{{- if .Values.HOST_LABEL}}
|
{{- if .Values.HOST_LABEL}}
|
||||||
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
|
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
io.rancher.sidekicks: nextcloud
|
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
### Start Nextcloud Segment
|
### Start Nextcloud Segment
|
||||||
traefik.nextcloud.frontend.entryPoints: http,https
|
traefik.nextcloud.frontend.entryPoints: http,https
|
||||||
|
|||||||
Reference in New Issue
Block a user