Fixed issue with sidekick declaration

This commit is contained in:
WilliamMiceli
2019-01-05 21:00:02 -05:00
parent 2c3fa9d96d
commit bf126678be

View File

@@ -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