feat: refactor apps
This commit is contained in:
@@ -5,12 +5,10 @@ description: Volsync
|
||||
keywords:
|
||||
- volsync
|
||||
- backup
|
||||
- storage
|
||||
- s3
|
||||
- kubernetes
|
||||
home: https://wiki.alexlebens.dev/s/6858726b-5219-46ee-b9b7-6e1f6c125f6b
|
||||
home: https://docs.alexlebens.dev/applications/volsync/
|
||||
sources:
|
||||
- https://github.com/backube/volsync
|
||||
- https://quay.io/repository/backube/volsync?tab=tags
|
||||
- https://github.com/backube/volsync/tree/main/helm/volsync
|
||||
maintainers:
|
||||
- name: alexlebens
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
volsync:
|
||||
replicaCount: 2
|
||||
image:
|
||||
repository: quay.io/backube/volsync
|
||||
image: 0.15.0@sha256:4fedd41b3101dde090542009c4177f703d241bf4760d1767bd9df08fd8fd93a4
|
||||
manageCRDs: true
|
||||
metrics:
|
||||
disableAuth: true
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
readOnlyRootFilesystem: true
|
||||
resources:
|
||||
limits:
|
||||
cpu: null
|
||||
memory: null
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
cpu: 1m
|
||||
memory: 80Mi
|
||||
|
||||
Reference in New Issue
Block a user