mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 10:32:55 +02:00
Disable Immich
This commit is contained in:
@@ -1,19 +1,19 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
# apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
# kind: Application
|
||||||
metadata:
|
# metadata:
|
||||||
name: immich
|
# name: immich
|
||||||
namespace: argocd
|
# namespace: argocd
|
||||||
finalizers:
|
# finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
# - resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
# spec:
|
||||||
project: default
|
# project: default
|
||||||
source:
|
# source:
|
||||||
repoURL: https://github.com/rubenhensen/k8scd.git
|
# repoURL: https://github.com/rubenhensen/k8scd.git
|
||||||
targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
path: immich
|
# path: immich
|
||||||
destination:
|
# destination:
|
||||||
server: https://kubernetes.default.svc
|
# server: https://kubernetes.default.svc
|
||||||
namespace: immich
|
# namespace: immich
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
syncOptions:
|
# syncOptions:
|
||||||
- CreateNamespace=true
|
# - CreateNamespace=true
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
apiVersion: v1
|
# apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
# kind: PersistentVolumeClaim
|
||||||
metadata:
|
# metadata:
|
||||||
labels:
|
# labels:
|
||||||
io.kompose.service: immich-claim
|
# io.kompose.service: immich-claim
|
||||||
name: immich-claim
|
# name: immich-claim
|
||||||
namespace: immich
|
# namespace: immich
|
||||||
spec:
|
# spec:
|
||||||
accessModes:
|
# accessModes:
|
||||||
- ReadWriteOnce
|
# - ReadWriteOnce
|
||||||
resources:
|
# resources:
|
||||||
requests:
|
# requests:
|
||||||
storage: 400Gi
|
# storage: 400Gi
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ spec:
|
|||||||
enabled: true
|
enabled: true
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
# Optional: Set this to pvc to avoid downloading the ML models every start.
|
# Optional: Set this to pvc to avoid downloading the ML models every start.
|
||||||
type: emptyDir
|
type: pvc
|
||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteMany
|
||||||
# storageClass: your-class
|
# storageClass: your-class
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user