add infra app redis-insight

This commit is contained in:
2024-07-21 00:40:43 +10:00
parent d8dc53fac4
commit 82149b8f6d
6 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: redis-insight
namespace: redis
labels:
app.kubernetes.io/name: redis-insight
spec:
type: ClusterIP
ports:
- port: 5540
targetPort: 5540
protocol: TCP
name: http
selector:
app.kubernetes.io/name: redis-insight