MQL5-Google-Onedrive/boat-house/kompose/test/statistics-service-redis-svc.yaml

14 lines
241 B
YAML
Raw Permalink Normal View History

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: {}