mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 18:09:14 +00:00
11 lines
183 B
YAML
11 lines
183 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: product-service-db
|
||
|
|
namespace: boathouse-test
|
||
|
|
spec:
|
||
|
|
ports:
|
||
|
|
- port: 3306
|
||
|
|
selector:
|
||
|
|
app: product-service-db
|
||
|
|
clusterIP: None
|