forked from LengKundee/MQL5-Google-Onedrive
11 lines
188 B
YAML
11 lines
188 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: statistics-service-api
|
||
|
|
namespace: boathouse-prod
|
||
|
|
spec:
|
||
|
|
ports:
|
||
|
|
- port: 80
|
||
|
|
targetPort: 80
|
||
|
|
selector:
|
||
|
|
app: statistics-service-api
|