mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
fix: conflicting svc name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: torrent
|
||||
name: torrent-torrent
|
||||
namespace: arr
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 192.168.1.225
|
||||
|
||||
@@ -12,4 +12,4 @@ helmCharts:
|
||||
releaseName: "cilium"
|
||||
includeCRDs: true
|
||||
namespace: kube-system
|
||||
valuesFile: values.yaml
|
||||
valuesFile: values.yaml
|
||||
|
||||
@@ -60,14 +60,12 @@ enableCiliumEndpointSlice: true
|
||||
gatewayAPI:
|
||||
enabled: true
|
||||
envoy:
|
||||
enabled: true
|
||||
securityContext:
|
||||
capabilities:
|
||||
keepCapNetBindService: true
|
||||
envoy:
|
||||
- NET_BIND_SERVICE
|
||||
- NET_ADMIN
|
||||
- PERMON
|
||||
- PERFMON
|
||||
- BPF
|
||||
|
||||
hubble:
|
||||
|
||||
Reference in New Issue
Block a user