apiVersion: v1 kind: Service metadata: name: cache spec: type: ClusterIP selector: app: cache ports: - name: redis port: 6379 protocol: TCP targetPort: redis