Add nodePort for immich

This commit is contained in:
Daniel Cosme
2026-05-05 14:18:44 -04:00
parent 0ec15c8e11
commit 378b25166e
3 changed files with 10 additions and 2 deletions

View File

@@ -7,9 +7,11 @@ metadata:
namespace: immich
spec:
ports:
- port: 2283
- nodePort: 30011
port: 2283
targetPort: 0
selector:
app: immich
type: NodePort
status:
loadBalancer: {}