⬆️ resilio-sync app-template v2

This commit is contained in:
auricom
2023-11-03 19:23:36 +01:00
parent 258bcb2e9a
commit 5adee11f5a
8 changed files with 95 additions and 107 deletions

View File

@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 1.5.1 version: 2.0.3
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -27,15 +27,36 @@ spec:
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controller: defaultPodOptions:
securityContext:
runAsUser: 0
controllers:
main:
type: statefulset
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
containers:
main:
image: image:
repository: ghcr.io/auricom/resilio-sync repository: ghcr.io/auricom/resilio-sync
tag: 2.7.3.1381-1@sha256:82c861bccac8f159e5b92723dda922d4aec71a461c233760a63bfc51d7a1bb1a tag: 2.7.3.1381-1@sha256:82c861bccac8f159e5b92723dda922d4aec71a461c233760a63bfc51d7a1bb1a
env: env:
- name: TZ - name: TZ
value: "${TIMEZONE}" value: "${TIMEZONE}"
resources:
requests:
cpu: 250m
memory: 512Mi
limits:
memory: 2Gi
statefulset:
volumeClaimTemplates:
- name: config
accessMode: ReadWriteOnce
size: 1Gi
storageClass: rook-ceph-block
globalMounts:
- path: /config
service: service:
main: main:
ports: ports:
@@ -46,69 +67,60 @@ spec:
ingress: ingress:
main: main:
enabled: true enabled: true
ingressClassName: "nginx" className: "nginx"
annotations: annotations:
hajimari.io/icon: mdi:file-arrow-up-down hajimari.io/icon: mdi:file-arrow-up-down
hosts: hosts:
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
paths: paths:
- path: / - path: /
pathType: Prefix service:
name: main
port: http
tls: tls:
- hosts: - hosts:
- *host - *host
persistence: persistence:
config:
enabled: true
existingClaim: resilio-claude-config
sync-conf: sync-conf:
enabled: true
type: configMap type: configMap
configMap:
name: resilio-claude-configmap name: resilio-claude-configmap
mountPath: /config/sync.conf globalMounts:
- path: /config/sync.conf
subPath: sync.conf subPath: sync.conf
backups: backups:
enabled: true
type: nfs type: nfs
server: "${LOCAL_LAN_TRUENAS}" server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/backups path: /mnt/storage/backups
mountPath: /sync/backup globalMounts:
- path: /sync/backup
home-claude: home-claude:
enabled: true
type: nfs type: nfs
server: "${LOCAL_LAN_TRUENAS}" server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/home/claude path: /mnt/storage/home/claude
mountPath: /sync/home/claude globalMounts:
- path: /sync/home/claude
music-transcoded: music-transcoded:
enabled: true
type: nfs type: nfs
server: "${LOCAL_LAN_TRUENAS}" server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/music_transcoded path: /mnt/storage/music_transcoded
mountPath: /sync/music_transcoded globalMounts:
- path: /sync/music_transcoded
photo: photo:
enabled: true
type: nfs type: nfs
server: "${LOCAL_LAN_TRUENAS}" server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/photo path: /mnt/storage/photo
mountPath: /sync/photo globalMounts:
- path: /sync/photo
shared-documents: shared-documents:
enabled: true
type: nfs type: nfs
server: "${LOCAL_LAN_TRUENAS}" server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/shared-documents path: /mnt/storage/shared-documents
mountPath: /sync/shared-documents globalMounts:
- path: /sync/shared-documents
video: video:
enabled: true
type: nfs type: nfs
server: "${LOCAL_LAN_TRUENAS}" server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/video path: /mnt/storage/video
mountPath: /sync/video globalMounts:
podSecurityContext: - path: /sync/video
runAsUser: 0
resources:
requests:
cpu: 250m
memory: 512Mi
limits:
memory: 2Gi

View File

@@ -7,7 +7,6 @@ resources:
- ./gatus.yaml - ./gatus.yaml
- ./helmrelease.yaml - ./helmrelease.yaml
- ./volsync.yaml - ./volsync.yaml
- ./volume.yaml
configMapGenerator: configMapGenerator:
- name: resilio-claude-configmap - name: resilio-claude-configmap
files: files:

View File

@@ -30,7 +30,7 @@ metadata:
name: resilio-claude name: resilio-claude
namespace: default namespace: default
spec: spec:
sourcePVC: resilio-claude-config sourcePVC: config-resilio-claude-0
trigger: trigger:
schedule: "0 7 * * *" schedule: "0 7 * * *"
restic: restic:

View File

@@ -1,17 +0,0 @@
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: resilio-claude-config
namespace: default
labels:
app.kubernetes.io/name: &name resilio-claude
app.kubernetes.io/instance: *name
snapshot.home.arpa/enabled: "true"
spec:
accessModes:
- ReadWriteOnce
storageClassName: rook-ceph-block
resources:
requests:
storage: 1Gi

View File

@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 1.5.1 version: 2.0.3
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -27,15 +27,36 @@ spec:
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controller: defaultPodOptions:
securityContext:
runAsUser: 0
controllers:
main:
type: statefulset
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
containers:
main:
image: image:
repository: ghcr.io/auricom/resilio-sync repository: ghcr.io/auricom/resilio-sync
tag: 2.7.3.1381-1@sha256:82c861bccac8f159e5b92723dda922d4aec71a461c233760a63bfc51d7a1bb1a tag: 2.7.3.1381-1@sha256:82c861bccac8f159e5b92723dda922d4aec71a461c233760a63bfc51d7a1bb1a
env: env:
- name: TZ - name: TZ
value: "${TIMEZONE}" value: "${TIMEZONE}"
resources:
requests:
cpu: 250m
memory: 512Mi
limits:
memory: 2Gi
statefulset:
volumeClaimTemplates:
- name: config
accessMode: ReadWriteOnce
size: 1Gi
storageClass: rook-ceph-block
globalMounts:
- path: /config
service: service:
main: main:
ports: ports:
@@ -46,45 +67,36 @@ spec:
ingress: ingress:
main: main:
enabled: true enabled: true
ingressClassName: "nginx" className: "nginx"
annotations: annotations:
hajimari.io/icon: mdi:file-arrow-up-down hajimari.io/icon: mdi:file-arrow-up-down
hosts: hosts:
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
paths: paths:
- path: / - path: /
pathType: Prefix service:
name: main
port: http
tls: tls:
- hosts: - hosts:
- *host - *host
persistence: persistence:
config:
enabled: true
existingClaim: resilio-helene-config
sync-conf: sync-conf:
enabled: true
type: configMap type: configMap
configMap: configMap:
name: resilio-helene-configmap name: resilio-helene-configmap
mountPath: /config/sync.conf globalMounts:
- path: /config/sync.conf
subPath: sync.conf subPath: sync.conf
backups: backups:
enabled: true
type: nfs type: nfs
server: "${LOCAL_LAN_TRUENAS}" server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/backups path: /mnt/storage/backups
mountPath: /sync/backup globalMounts:
- path: /sync/backup
home-helene: home-helene:
enabled: true
type: nfs type: nfs
server: "${LOCAL_LAN_TRUENAS}" server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/storage/home/helene path: /mnt/storage/home/helene
mountPath: /sync/home globalMounts:
podSecurityContext: - path: /sync/home
runAsUser: 0
resources:
requests:
cpu: 250m
memory: 512Mi
limits:
memory: 2Gi

View File

@@ -7,7 +7,6 @@ resources:
- ./gatus.yaml - ./gatus.yaml
- ./helmrelease.yaml - ./helmrelease.yaml
- ./volsync.yaml - ./volsync.yaml
- ./volume.yaml
configMapGenerator: configMapGenerator:
- name: resilio-helene-configmap - name: resilio-helene-configmap
files: files:

View File

@@ -30,7 +30,7 @@ metadata:
name: resilio-helene name: resilio-helene
namespace: default namespace: default
spec: spec:
sourcePVC: resilio-helene-config sourcePVC: config-resilio-helene-0
trigger: trigger:
schedule: "0 7 * * *" schedule: "0 7 * * *"
restic: restic:

View File

@@ -1,17 +0,0 @@
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: resilio-helene-config
namespace: default
labels:
app.kubernetes.io/name: &name resilio-helene
app.kubernetes.io/instance: *name
snapshot.home.arpa/enabled: "true"
spec:
accessModes:
- ReadWriteOnce
storageClassName: rook-ceph-block
resources:
requests:
storage: 1Gi