MQL5-Google-Onedrive/boat-house/kompose/test/client-svc.yaml

13 lines
183 B
YAML
Raw Permalink Normal View History

apiVersion: v1
kind: Service
metadata:
name: client
namespace: boathouse-test
spec:
type: LoadBalancer
ports:
- port: 5000
targetPort: 8080
selector:
app: client