Skip to content

Conversation

@jessebot
Copy link
Collaborator

@jessebot jessebot commented Jan 23, 2025

fixes #28. Adds the following parameters:

persistence:
  # -- enable persistence for the pixelfed pod
  enabled: false
  # -- storage class name
  storageClassName: ""
  # -- size of the persistent volume claim to create. Tgnored if persistence.existingClaim is set
  storage: 2Gi
  # -- accessMode
  accessModes:
    - ReadWriteOnce
  # -- using an existing PVC instead of creating one with this chart
  existingClaim: ""

@jessebot jessebot self-assigned this Jan 23, 2025
@jessebot jessebot merged commit be93c39 into main Jan 23, 2025
4 checks passed
@jessebot jessebot deleted the feature/persistence branch January 23, 2025 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do we need to add a PVC and if so which directory?

2 participants