add redis

This commit is contained in:
2025-03-30 14:09:32 +02:00
parent 0e5c6d4fae
commit 8bbd2ff08a
6 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: redis
namespace: redis
labels:
app: redis
spec:
ports:
- port: 6379
name: redis
clusterIP: None
selector:
app: redis