Add Redis app.

This commit is contained in:
2025-05-18 15:26:14 -07:00
parent 2e03f4c1db
commit 9ec2c6824f
5 changed files with 69 additions and 0 deletions

12
apps/redis/service.yaml Normal file
View File

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