MQL5-Google-Onedrive/boat-house/kompose/test/account-service-api-svc.yaml

13 lines
209 B
YAML
Raw Permalink Normal View History

apiVersion: v1
kind: Service
metadata:
name: account-service-api
namespace: boathouse-test
spec:
type: LoadBalancer
ports:
- port: 7002
targetPort: 8080
selector:
app: account-service-api