Remove photoprism

This commit is contained in:
Amarpreet Minhas 2023-07-18 02:40:46 +00:00
parent f6d369cab0
commit c79b81a8a4
2 changed files with 0 additions and 67 deletions

View file

@ -45,11 +45,6 @@ helmApps:
repoURL: https://chartmuseum.github.io/charts
chart: chartmuseum
revision: 3.10.1
- app: photoprism
namespace: photos
repoURL: https://p80n.github.io/photoprism-helm/
chart: photoprism
revision: 1.3.1
- app: nextcloud
namespace: nextcloud
repoURL: https://nextcloud.github.io/helm/

View file

@ -1,62 +0,0 @@
---
name: photoprism
namespace: photos
serviceAccountName: photos
externalSecrets:
secretStoreName: photos
vaultRole: photos
secretPaths:
- name: photos
secrets:
- secretKey: PHOTOPRISM_ADMIN_PASSWORD
key: photoview
property: PHOTOPRISM_ADMIN_PASSWORD
istio:
commonName: photos.minhas.io
ingressSelector: ingressgateway
issuer: letsencrypt-prod
port: 80
backendHost: photoprism
image:
tag: latest
existingSecret: photos
config:
PHOTOPRISM_SITE_URL: "https://photos.minhas.io/"
PHOTOPRISM_SITE_CAPTION: "Asara's Photos"
PHOTOPRISM_SITE_DESCRIPTION: "Some photos I took that I like"
PHOTOPRISM_SITE_AUTHOR: "@Asara:devvul.com"
PHOTOPRISM_DEBUG: false
PHOTOPRISM_READONLY: false
PHOTOPRISM_DISABLE_WEBDAV: true
PHOTOPRISM_DISABLE_TENSORFLOW: true
persistence:
enabled: true
storagePath: &storagePath /photoprism/storage
originalsPath: &originalsPath /photoprism/originals
volumeMounts:
- name: photoprism
mountPath: *originalsPath
subPath: storage
- name: photoprism
subPath: originals
mountPath: *storagePath
volumes:
- name: photoprism
persistentVolumeClaim:
claimName: photoprism
volumeClaimTemplates:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: photoprism
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: "longhorn-retain"
resources:
requests:
storage: 20Gi