mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-12-16 19:27:37 +00:00
13 lines
232 B
YAML
13 lines
232 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: qbittorrent-service
|
|
namespace: stack-arr
|
|
spec:
|
|
ports:
|
|
- port: 8080
|
|
targetPort: 8080
|
|
selector:
|
|
app: qbittorrentvpn
|
|
type: LoadBalancer
|
|
loadBalancerIP: 10.240.0.101 |