refactor: Move slskd to own namespace
This commit is contained in:
parent
537840bc3c
commit
4dc41f994a
14 changed files with 343 additions and 124 deletions
28
k8s-wheatley/soulseekd/ingress.yaml
Normal file
28
k8s-wheatley/soulseekd/ingress.yaml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: slskd-route
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: internal
|
||||
namespace: kube-system
|
||||
sectionName: https
|
||||
hostnames:
|
||||
- "slskd.wheatley.in"
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: slskd
|
||||
port: 80
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: slskd
|
||||
spec:
|
||||
selector:
|
||||
app: soulseekd
|
||||
ports:
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 5030
|
||||
Loading…
Add table
Add a link
Reference in a new issue