Skip to content

deepak-gunasekaran/photoprism-kubernetes

Repository files navigation

Kubernetes PhotoPrism

Photoprism with MariaDB on K8

Requirements

Deployment

  • Update mariadb/secret.yaml with MYSQL_PASSWORD and MYSQL_ROOT_PASSWORD (can be set to anything, must be base64 encoded)

  • Update photoprism/ingress.yaml with your kubernetes domain name

  • Adjust storage size in photoprism/pvc.yaml and pv-app.yaml to fit your needs

  • (Optional) To preview generated configuration before deploying: kustomize build -o final-deployment.yaml

  • Run the following command to build and deploy

      kustomize build | kubectl apply -f -
    

About

Photoprism in K8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published