mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
initial immich migration
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
apiVersion: v2
|
||||
version: 1.0.0
|
||||
name: immich
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 1.0.0
|
||||
repository: file://../../common
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
apiVersion: homelab.mortenolsen.pro/v1
|
||||
kind: GenerateSecret
|
||||
metadata:
|
||||
name: "{{ .Release.Name }}-postgres-secret"
|
||||
spec:
|
||||
fields:
|
||||
- name: password
|
||||
encoding: base64
|
||||
length: 64
|
||||
{{ include "common.externalSecrets.passwordGenerators" . }}
|
||||
{{ include "common.externalSecrets.externalSecrets" . }}
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
|
||||
@@ -19,3 +19,12 @@ postgres:
|
||||
repository: pgvector/pgvector
|
||||
tag: pg16@sha256:0a07c4114ba6d1d04effcce3385e9f5ce305eb02e56a3d35948a415a52f193ec
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# External secrets configuration
|
||||
externalSecrets:
|
||||
- name: "{release}-postgres-secret"
|
||||
passwords:
|
||||
- name: password
|
||||
length: 64
|
||||
encoding: base64
|
||||
allowRepeat: true
|
||||
|
||||
Reference in New Issue
Block a user