This commit is contained in:
Sense T
2023-09-06 04:40:49 +00:00
parent dc6bf2e27d
commit d5933d6be0
5 changed files with 96 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: owncast-web
spec:
selector:
app: owncast
ports:
- port: 8080
targetPort: web
ipFamilyPolicy: PreferDualStack
ipFamilies:
- IPv4
- IPv6