Start adding a helm chart for ohmyform.
This commit is contained in:
12
ohmyform/templates/service.yaml
Normal file
12
ohmyform/templates/service.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: ohmyform
|
||||
spec:
|
||||
ports:
|
||||
- name: "8080"
|
||||
port: 8080
|
||||
targetPort: 3000
|
||||
selector:
|
||||
app: ohmyform
|
||||
Reference in New Issue
Block a user