# Redis Service apiVersion: v1 kind: Service metadata: name: redis namespace: roboco labels: app.kubernetes.io/name: redis app.kubernetes.io/component: cache spec: type: ClusterIP ports: - port: 6379 targetPort: 6379 name: redis selector: app: redis