manifests/today_ai_weather/redis/service.yaml
2025-04-12 13:11:34 +08:00

14 lines
169 B
YAML

apiVersion: v1
kind: Service
metadata:
name: redis
namespace: taw
spec:
selector:
app: redis
ports:
- name: web
port: 6379
targetPort: 6379