Files
k8scd/immich/sol-auth-service.yaml
2024-12-15 23:25:21 +01:00

14 lines
193 B
YAML

apiVersion: v1
kind: Service
metadata:
name: sol-auth-svc
spec:
ports:
- name: http-svc
port: 8002
targetPort: 8002
selector:
app: sol-auth
status:
loadBalancer: {}