forked from LengKundee/MQL5-Google-Onedrive
13 lines
191 B
YAML
13 lines
191 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: management
|
||
|
|
namespace: boathouse-prod
|
||
|
|
spec:
|
||
|
|
type: LoadBalancer
|
||
|
|
ports:
|
||
|
|
- port: 5001
|
||
|
|
targetPort: 4000
|
||
|
|
selector:
|
||
|
|
app: management
|
||
|
|
|