mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 12:40:56 +00:00
12 lines
No EOL
207 B
YAML
12 lines
No EOL
207 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: product-service-api
|
|
namespace: boathouse-prod
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- port: 8080
|
|
targetPort: 8080
|
|
selector:
|
|
app: product-service-api |