feat: Add RomM
This commit is contained in:
parent
50a206c943
commit
2a289d40b1
8 changed files with 266 additions and 0 deletions
12
k8s-wheatley/romm/services.yaml
Normal file
12
k8s-wheatley/romm/services.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: romm
|
||||
spec:
|
||||
selector:
|
||||
app: romm
|
||||
ports:
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue