zkt25/z2-failed/redis-service.yaml

13 lines
291 B
YAML

apiVersion: v1
kind: Service
metadata:
name: redis-service
namespace: visitor-app
spec:
selector:
app: redis-app # This must match the pod label in StatefulSet.
ports:
- name: redis-port
port: 6379 # External port for Redis.
targetPort: 6379 # Internal container port.