apiVersion: v1 kind: Service metadata: labels: app: redis name: redis spec: ports: - name: "http" port: 6379 targetPort: http selector: app: redis