Add sol-auth to immich

This commit is contained in:
Ruben Hensen
2024-12-15 23:25:21 +01:00
parent 8437f355dd
commit 68e6834cca
4 changed files with 207 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: sol-auth-svc
spec:
ports:
- name: http-svc
port: 8002
targetPort: 8002
selector:
app: sol-auth
status:
loadBalancer: {}