Add immich

This commit is contained in:
Grant
2025-03-17 12:18:39 -06:00
parent 38a6ee61c9
commit ac1350aa3b
6 changed files with 64 additions and 6 deletions

View File

@@ -103,7 +103,7 @@ kubectl -n datastore exec -it "$PRIMARY_POD" -- createdb --encoding=UTF8 --local
```
#### gitea
copy secret from datastore over to goatchat namespace
copy secret from datastore over to gitea namespace
```sh
kubectl get secrets -n datastore postgres-pguser-gitea -o json | jq 'del(.metadata.resourceVersion,.metadata.uid,.metadata.ownerReferences) | .metadata.creationTimestamp=null,.metadata.namespace="gitea"' | kubectl apply -f -
```
@@ -124,6 +124,11 @@ allow priviledge pods
```sh
kubectl label namespace gitea pod-security.kubernetes.io/enforce=privileged
```
#### Immich
copy secret from datastore over to immich namespace
```sh
kubectl get secrets -n datastore postgres-pguser-immich -o json | jq 'del(.metadata.resourceVersion,.metadata.uid,.metadata.ownerReferences) | .metadata.creationTimestamp=null,.metadata.namespace="immich"' | kubectl apply -f -
```
#### Ghost Blogs
I got tired of fighting the docker container so I manually overrode the `config.production.json`