apiVersion: v1
kind: Service
metadata:
    name: dawarich-svc
    namespace: dawarich
spec:
    ports:
        - name: http
          port: 80
          protocol: TCP
          targetPort: 3000
        - name: redis
          port: 6379
          protocol: TCP
          targetPort: 6379
    selector:
        app: dawarich