forked from LengKundee/MQL5-Google-Onedrive
13 lines
183 B
YAML
13 lines
183 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: client
|
||
|
|
namespace: boathouse-prod
|
||
|
|
spec:
|
||
|
|
type: LoadBalancer
|
||
|
|
ports:
|
||
|
|
- port: 5000
|
||
|
|
targetPort: 8080
|
||
|
|
selector:
|
||
|
|
app: client
|
||
|
|
|