apiVersion: v1 kind: Service metadata: name: redis namespace: databases spec: ports: - port: 6379 # Redis default port selector: app: redis