Skip to content

Commit

Permalink
refactor!: Delete support for volume syncing and backups as those pro…
Browse files Browse the repository at this point in the history
…jects in Riotkit are no longer supported
  • Loading branch information
blackandred committed Jun 16, 2024
1 parent 2cefafd commit f1bcec6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 132 deletions.
31 changes: 0 additions & 31 deletions helm/wordpress-hardened/templates/podfilesystemsync.yaml

This file was deleted.

65 changes: 0 additions & 65 deletions helm/wordpress-hardened/templates/scheduledbackup.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions helm/wordpress-hardened/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,42 +198,6 @@ backups:
createIfNotExists: true
secretName: backups-gpg

# ========================================================================================
# Volume Syncing Controller support
#
# Docs:
# - https://github.com/riotkit-org/volume-syncing-controller#volume-syncing-controller)
# ========================================================================================
volumeSyncing:
enabled: false
# remotePath: "..." # defaults to release name
syncOptions:
schedule: "@every 8h"
cleanUp:
forceLocal: false
forceRemote: false
local: false
remote: true
allowedDirections:
fromRemote: true
toRemote: true
restoreRemoteOnFirstRun: false
env:
# -- Remote storage configuration
REMOTE_TYPE: s3
REMOTE_PROVIDER: Minio
REMOTE_ENDPOINT: http://minio.storage.svc.cluster.local:9000
REMOTE_ACL: private
# ... put there more variables ... #
# see: https://github.com/riotkit-org/volume-syncing-controller#how-it-works
secret:
# For example for Minio or AWS this secret should have `REMOTE_ACCESS_KEY_ID` and `REMOTE_SECRET_ACCESS_KEY` keys
name: "" # defaults to .Values.secrets.name

automaticEncryption:
enabled: true
secretName: sync-encryption

# -- Use PRIVILEGED init container to correct permissions of your volumes
chownInitContainer:
enabled: true
Expand Down

0 comments on commit f1bcec6

Please sign in to comment.