Working services using NodePorts and still no ingress

This commit is contained in:
atusa-bw
2022-09-24 16:00:59 -06:00
parent 3faa49b7ef
commit 5b9ba965f9
13 changed files with 60 additions and 103 deletions
+2
View File
@@ -3,11 +3,13 @@ kind: Service
metadata:
name: bazarr
spec:
type: NodePort
ports:
- port: 6767
protocol: TCP
targetPort: 6767
name: webui
nodePort: 30003
selector:
run: bazarr
---