Tyler Perkins
17e0dfcc30
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
197 B
YAML
13 lines
197 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: immich-server-service
|
|
namespace: immich-ns
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- port: 80
|
|
targetPort: 3001
|
|
selector:
|
|
app: immich-server
|