Adds ohmyform app.

This commit is contained in:
2026-06-19 21:33:20 +00:00
parent a3dafa925b
commit b1295223b1
10 changed files with 369 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
apiVersion: v1
kind: Service
metadata:
name: ohmyform-api
namespace: {{ .namespace }}
spec:
selector:
component: api
ports:
- name: http
port: 3000
targetPort: 3000
protocol: TCP
---
apiVersion: v1
kind: Service
metadata:
name: ohmyform-ui
namespace: {{ .namespace }}
spec:
selector:
component: ui
ports:
- name: http
port: 4000
targetPort: 4000
protocol: TCP