mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 14:30:57 +00:00
13 lines
226 B
YAML
13 lines
226 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: statistics-service-db
|
|
namespace: boathouse-test
|
|
spec:
|
|
clusterIP: None
|
|
ports:
|
|
- name: headless
|
|
port: 55555
|
|
targetPort: 0
|
|
selector:
|
|
app: statistics-service-db
|