mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 14:30:57 +00:00
14 lines
241 B
YAML
14 lines
241 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: statistics-service-redis
|
|
namespace: boathouse-test
|
|
spec:
|
|
ports:
|
|
- name: "6379"
|
|
port: 6379
|
|
targetPort: 6379
|
|
selector:
|
|
app: statistics-service-redis
|
|
status:
|
|
loadBalancer: {}
|