13 lines
194 B
YAML
13 lines
194 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
namespace: immich
|
|
name: immich
|
|
spec:
|
|
selector:
|
|
app: immich
|
|
ports:
|
|
- protocol: TCP
|
|
port: 2283
|
|
targetPort: 2283
|
|
type: ClusterIP |