initial git commit saving configs
This commit is contained in:
47
immich/notes.md
Normal file
47
immich/notes.md
Normal file
@@ -0,0 +1,47 @@
|
||||
##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
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user