immich added
This commit is contained in:
15
cluster/apps/immich/exporter/Service.yaml
Normal file
15
cluster/apps/immich/exporter/Service.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: immich-exporter
|
||||
namespace: immich
|
||||
labels:
|
||||
app: immich-exporter
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: http
|
||||
selector:
|
||||
app: immich-exporter
|
||||
Reference in New Issue
Block a user