Tyler Perkins
eafa9a6b6f
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
183 B
YAML
13 lines
183 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: homarr-service
|
|
namespace: homarr-ns
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- port: 80
|
|
targetPort: 7575
|
|
selector:
|
|
app: homarr
|