apps(teable): Added teable to deployment

This commit is contained in:
2025-05-31 13:07:56 +02:00
parent 70f41aa9dc
commit 66bb6f23c6
7 changed files with 248 additions and 0 deletions

29
apps/teable/services.yaml Normal file
View File

@@ -0,0 +1,29 @@
apiVersion: v1
kind: Service
metadata:
name: valkey
namespace: teable
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: valkey
ports:
- protocol: TCP
port: 6379
targetPort: 6379
name: valkey
---
apiVersion: v1
kind: Service
metadata:
name: teable
namespace: teable
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: teable
ports:
- protocol: TCP
port: 80
targetPort: 3000
name: http