Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image

The image used was created by Nextcloud. For all variable descriptions, go there.

Volumes

Change the volumes.hostPath.path to the directory where you want to save and access all the data available to Nextcloud. If you do not want or need direct access, you can instead use:

volumes:
  - name: data
    persistentVolumeClaim:
          claimName: nextcloud-data

Commands

Start Nextcloud

podman play kube --configmap=secrets/nextcloud.yaml,secrets/db.yaml pod.yaml

Stop Nextcloud

podman play kube --down pod.yaml

To update Nextcloud, aka. use the newest container, just stop and start again.

About

Podman Pod definition for Nextcloud

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors