feat: Add RomM

This commit is contained in:
Peter 2026-05-14 21:08:11 +02:00
parent 50a206c943
commit 2a289d40b1
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
8 changed files with 266 additions and 0 deletions

View file

@ -0,0 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: romm
spec:
selector:
app: romm
ports:
- port: 80
protocol: TCP
targetPort: 8080