Start adding a helm chart for ohmyform.

This commit is contained in:
2023-06-29 15:18:45 +12:00
parent bf479a2c4e
commit 0403a60549
5 changed files with 80 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: ohmyform
spec:
ports:
- name: "8080"
port: 8080
targetPort: 3000
selector:
app: ohmyform