Skip to content

ChuckMoe/podman-foundry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image

The image used was created by felddy. 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 Foundry. If you do not want or need direct access, you can instead use:

volumes:
  - name: data
    persistentVolumeClaim:
          claimName: foundry-data

Commands

Start Foundry

podman play kube --configmap=secrets.yaml pod.yaml

Stop Foundry

podman play kube --down pod.yaml

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