Remove photoprism
This commit is contained in:
parent
f6d369cab0
commit
c79b81a8a4
2 changed files with 0 additions and 67 deletions
|
@ -45,11 +45,6 @@ helmApps:
|
||||||
repoURL: https://chartmuseum.github.io/charts
|
repoURL: https://chartmuseum.github.io/charts
|
||||||
chart: chartmuseum
|
chart: chartmuseum
|
||||||
revision: 3.10.1
|
revision: 3.10.1
|
||||||
- app: photoprism
|
|
||||||
namespace: photos
|
|
||||||
repoURL: https://p80n.github.io/photoprism-helm/
|
|
||||||
chart: photoprism
|
|
||||||
revision: 1.3.1
|
|
||||||
- app: nextcloud
|
- app: nextcloud
|
||||||
namespace: nextcloud
|
namespace: nextcloud
|
||||||
repoURL: https://nextcloud.github.io/helm/
|
repoURL: https://nextcloud.github.io/helm/
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue