Adds baserow app.

This commit is contained in:
2026-06-19 21:29:25 +00:00
parent b95586e74b
commit c2493dc58a
10 changed files with 297 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: baserow
namespace: {{ .namespace }}
spec:
selector:
component: web
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP