20 lines
364 B
YAML
20 lines
364 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: immich-svc
|
|
namespace: immich
|
|
labels:
|
|
app.kubernetes.io/name: immich
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 2283
|
|
- name: ml
|
|
port: 3003
|
|
protocol: TCP
|
|
targetPort: 3003
|
|
selector:
|
|
app: immich
|