2026-05-05 12:27:12 -04:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Service
|
|
|
|
|
metadata:
|
|
|
|
|
labels:
|
|
|
|
|
app: immich
|
|
|
|
|
name: immich
|
|
|
|
|
namespace: immich
|
|
|
|
|
spec:
|
|
|
|
|
ports:
|
2026-05-05 14:18:44 -04:00
|
|
|
- nodePort: 30011
|
|
|
|
|
port: 2283
|
2026-05-05 12:27:12 -04:00
|
|
|
targetPort: 0
|
|
|
|
|
selector:
|
|
|
|
|
app: immich
|
2026-05-05 14:18:44 -04:00
|
|
|
type: NodePort
|
2026-05-05 12:27:12 -04:00
|
|
|
status:
|
|
|
|
|
loadBalancer: {}
|