small-hack / smol-k8s-lab

☁️ CLI & TUI with a smol friendly vibe to get started with Kubernetes on metal, then bootstrap apps using Argo CD 🧸 Great for testing webapps and benchmarking.
https://small-hack.github.io/smol-k8s-lab/
GNU Affero General Public License v3.0
15 stars 1 forks source link

Enable pvc for mastodon's valkey component #324

Closed jessebot closed 1 month ago

jessebot commented 1 month ago

Adds the following option:

apps:
  mastodon:
    argo:
      # secrets keys to make available to Argo CD ApplicationSets
      secret_keys:
        # enable persistence for valkey - recommended
        valkey_pvc_enabled: 'true'