Adds formbricks app.

This commit is contained in:
2026-06-19 21:33:01 +00:00
parent 8a2539e527
commit b42f048f5c
10 changed files with 301 additions and 0 deletions

View File

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