MQL5-Google-Onedrive/boat-house/kompose/prod/statistics-service-redis-svc.yaml
copilot-swe-agent[bot] aaf34679c7 Add boat-house microservices system to project
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-02-10 06:28:01 +00:00

14 lines
241 B
YAML

apiVersion: v1
kind: Service
metadata:
name: statistics-service-redis
namespace: boathouse-prod
spec:
ports:
- name: "6379"
port: 6379
targetPort: 6379
selector:
app: statistics-service-redis
status:
loadBalancer: {}