Tyk Kubernetes Configuration

@zaid ,
First, Is that normal that the pump do not generate himself any services? I just have the gateway-svc-tyk-oss-tyk-gateway (tyk-gateway svc).
Do i have to do it manually by exposing the deployment ? with: ( kubectl expose deployment/pump-tyk-oss-tyk-pump -n tyk)

My commands:
kubectl create ns tyk
kubectl create ns monitoring
For redis:
helm install tyk-redis bitnami/redis -n tyk
For Tyk: With the values oss, i sent you before,
helm install tyk-oss tyk-helm/tyk-oss -n tyk -f values-oss.yaml --devel

For prometheus:
helm install prometheus prometheus-community/prometheus -n monitoring