Files
kube-cluster/immich/notes.md
2026-03-31 15:30:40 +00:00

47 lines
856 B
Markdown

##immich-postgres:
A chart to deploy a cloudnative-pg specificly to be used by immich
Namespace: immich
### Helm
```
helm install immich-postgres ./immich-postgres -n immich
helm delete immich-postgres -n immich
helm upgrade --install immich immich/immich -n immich -f values-immich.yaml
```
## PV:
```
kubectl get pvc -n immich
kubectl get pv
```
## Logs:
```
kubectl -n immich logs <pod> --prefix
```
## Monitoring:
```
kubectl -n immich get svc
kubectl -n immich get pods
kubectl -n immich describe
```
## Traefik ingress
https://doc.traefik.io/traefik/getting-started/kubernetes/
## cert manager in the cluster
https://www.slingacademy.com/article/how-to-set-up-ssl-with-lets-encrypt-in-kubernetes/
## Certificate:
```
kubectl -n immich get certificate
kubectl -n immich describe certificate immich-tls
kubectl -n immich get challenges
```