done :))))

This commit is contained in:
2024-10-29 14:08:26 +01:00
parent a96527c745
commit 003189d37b
23 changed files with 500 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: svc-bazarr
spec:
selector:
app.kubernetes.io/name: bazarr
ports:
- name: webui
protocol: TCP
port: 80
targetPort: 6767