Compare commits
3 Commits
rclone-buc
...
generic-de
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a63573d24 | |||
|
92cb9cdc4f
|
|||
| ed43f11723 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: generic-device-plugin
|
name: generic-device-plugin
|
||||||
version: 0.21.2
|
version: 0.21.3
|
||||||
description: Generic Device Plugin
|
description: Generic Device Plugin
|
||||||
keywords:
|
keywords:
|
||||||
- generic-device-plugin
|
- generic-device-plugin
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ name: generic-device-plugin
|
|||||||
# -- Default image
|
# -- Default image
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/squat/generic-device-plugin
|
repository: ghcr.io/squat/generic-device-plugin
|
||||||
tag: latest@sha256:7bc1ecec8472be1e5cf1ce534f0438a1d48cc3e2b4997cee924dac4d3dbfc3d3
|
tag: latest@sha256:7f3d4b64e1a4353b843be0d66aa7289f9228e7d6da0fa6ed8302548bb7a4769e
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
# -- Domain used by devices for identifcation
|
# -- Domain used by devices for identifcation
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: rclone-bucket
|
name: rclone-bucket
|
||||||
version: 0.11.2
|
version: 0.11.3
|
||||||
description: Rclone CronJob to replicate buckets
|
description: Rclone CronJob to replicate buckets
|
||||||
keywords:
|
keywords:
|
||||||
- rclone-bucket
|
- rclone-bucket
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# rclone-bucket
|
# rclone-bucket
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Rclone CronJob to replicate buckets
|
Rclone CronJob to replicate buckets
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ controllers:
|
|||||||
- --rc
|
- --rc
|
||||||
- --rc-addr=0.0.0.0:5572
|
- --rc-addr=0.0.0.0:5572
|
||||||
- --rc-enable-metrics
|
- --rc-enable-metrics
|
||||||
- --metrics-addr=0.0.0.0:5573
|
- --rc-no-auth
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- --verbose
|
- --verbose
|
||||||
env:
|
env:
|
||||||
@@ -117,9 +117,9 @@ controllers:
|
|||||||
- --verbose
|
- --verbose
|
||||||
{{- if .Values.metrics.enabled }}
|
{{- if .Values.metrics.enabled }}
|
||||||
- --rc
|
- --rc
|
||||||
- --rc-addr=0.0.0.0:5574
|
- --rc-addr=0.0.0.0:5573
|
||||||
- --rc-enable-metrics
|
- --rc-enable-metrics
|
||||||
- --metrics-addr=0.0.0.0:5575
|
- --rc-no-auth
|
||||||
{{- end }}
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
- name: RCLONE_CONFIG_DEST_TYPE
|
- name: RCLONE_CONFIG_DEST_TYPE
|
||||||
@@ -160,14 +160,8 @@ service:
|
|||||||
port: 5572
|
port: 5572
|
||||||
targetPort: 5572
|
targetPort: 5572
|
||||||
rc-prune:
|
rc-prune:
|
||||||
port: 5574
|
|
||||||
targetPort: 5574
|
|
||||||
metrics-sync:
|
|
||||||
port: 5573
|
port: 5573
|
||||||
targetPort: 5573
|
targetPort: 5573
|
||||||
metrics-prune:
|
|
||||||
port: 5575
|
|
||||||
targetPort: 5575
|
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
main:
|
main:
|
||||||
selector:
|
selector:
|
||||||
@@ -176,11 +170,11 @@ serviceMonitor:
|
|||||||
app.kubernetes.io/instance: {{ .Release.Namespace }}
|
app.kubernetes.io/instance: {{ .Release.Namespace }}
|
||||||
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
|
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
|
||||||
endpoints:
|
endpoints:
|
||||||
- port: metrics-sync
|
- port: rc-sync
|
||||||
interval: 10s
|
interval: 10s
|
||||||
scrapeTimeout: 5s
|
scrapeTimeout: 5s
|
||||||
path: /metrics
|
path: /metrics
|
||||||
- port: metrics-prune
|
- port: rc-prune
|
||||||
interval: 10s
|
interval: 10s
|
||||||
scrapeTimeout: 5s
|
scrapeTimeout: 5s
|
||||||
path: /metrics
|
path: /metrics
|
||||||
|
|||||||
Reference in New Issue
Block a user