feat: Add RomM
This commit is contained in:
parent
50a206c943
commit
2a289d40b1
8 changed files with 266 additions and 0 deletions
16
k8s-wheatley/romm/ingress.yaml
Normal file
16
k8s-wheatley/romm/ingress.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: romm-route
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: internal
|
||||
namespace: kube-system
|
||||
sectionName: https
|
||||
hostnames:
|
||||
- "roms.wheatley.in"
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: romm
|
||||
port: 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue