mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
Move photoprism ix dev (#1047)
* move photoprism to ix-dev * update lock * whitespace * indent lists
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2207.0.0
|
||||
version: 2207.0.0
|
||||
digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506
|
||||
generated: "2022-07-25T00:20:47.96354528+05:00"
|
||||
@@ -1,13 +0,0 @@
|
||||
apiVersion: v2
|
||||
appVersion: '221118'
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2207.0.0
|
||||
version: 2207.0.0
|
||||
description: AI-powered app for browsing, organizing & sharing your photo collection.
|
||||
home: https://photoprism.app/
|
||||
icon: https://photoprism.app/static/icons/logo.svg
|
||||
keywords:
|
||||
- media
|
||||
name: photoprism
|
||||
version: 1.0.12
|
||||
Binary file not shown.
6
library/ix-dev/charts/photoprism/Chart.lock
Normal file
6
library/ix-dev/charts/photoprism/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common/2207.0.0
|
||||
version: 2207.0.0
|
||||
digest: sha256:a301ba0f99ec1e08a60a7f0a0320aa02d225993572f2f056f09520f06df88b37
|
||||
generated: "2023-03-21T17:05:56.774934685Z"
|
||||
23
library/ix-dev/charts/photoprism/Chart.yaml
Normal file
23
library/ix-dev/charts/photoprism/Chart.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: photoprism
|
||||
description: AI-powered app for browsing, organizing & sharing your photo collection.
|
||||
annotations:
|
||||
title: PhotoPrism
|
||||
type: application
|
||||
version: 1.0.13
|
||||
apiVersion: v2
|
||||
appVersion: '221118'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
url: https://www.truenas.com/
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common/2207.0.0
|
||||
version: 2207.0.0
|
||||
home: https://photoprism.app/
|
||||
icon: https://photoprism.app/static/icons/logo.svg
|
||||
sources:
|
||||
- https://photoprism.app/
|
||||
- https://github.com/truenas/charts/tree/master/library/ix-dev/charts/photoprism
|
||||
keywords:
|
||||
- media
|
||||
BIN
library/ix-dev/charts/photoprism/charts/common-2207.0.0.tgz
Normal file
BIN
library/ix-dev/charts/photoprism/charts/common-2207.0.0.tgz
Normal file
Binary file not shown.
@@ -13,10 +13,6 @@ dnsConfig:
|
||||
emptyDirVolumes: true
|
||||
environmentVariables: []
|
||||
extraAppVolumeMounts: []
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: photoprism/photoprism
|
||||
tag: 221118-jammy
|
||||
ownerGID: 568
|
||||
ownerUID: 568
|
||||
password: admin123
|
||||
@@ -40,6 +40,33 @@ spec:
|
||||
ports:
|
||||
- name: web
|
||||
containerPort: 2342
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 2342
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 5
|
||||
successThreshold: 2
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 2342
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 5
|
||||
successThreshold: 1
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 2342
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 2
|
||||
failureThreshold: 60
|
||||
successThreshold: 1
|
||||
env:
|
||||
{{ $secretName := (include "common.names.fullname" .) }}
|
||||
{{ $envList := (default list .Values.environmentVariables) }}
|
||||
Reference in New Issue
Block a user