Compare commits
3 Commits
f6d3c1a6e2
...
a90ca34607
| Author | SHA1 | Date | |
|---|---|---|---|
| a90ca34607 | |||
| c3b250aefe | |||
| aa7d8e7a1b |
@@ -63,7 +63,7 @@ qbittorrent:
|
||||
- name: VPN_PORT_FORWARDING
|
||||
value: "on"
|
||||
- name: VPN_PORT_FORWARDING_UP_COMMAND
|
||||
value: 'curl -i -X POST -d "json={\"listen_port\": {{PORTS}}}" "http://localhost:8080/api/v2/app/setPreferences"'
|
||||
value: 'curl -i -X POST -d "json={\"listen_port\": {{`{{PORTS}}}`}} " "http://localhost:8080/api/v2/app/setPreferences"'
|
||||
- name: PORT_FORWARD_ONLY
|
||||
value: "on"
|
||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||
|
||||
@@ -10,6 +10,10 @@ metadata:
|
||||
app.kubernetes.io/component: proxy
|
||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||
spec:
|
||||
metrics:
|
||||
enable: true
|
||||
serviceMonitor:
|
||||
enable: true
|
||||
statefulSet:
|
||||
pod:
|
||||
tailscaleContainer:
|
||||
|
||||
@@ -32,6 +32,8 @@ cilium:
|
||||
enabled: false
|
||||
gatewayAPI:
|
||||
enabled: false
|
||||
socketLB:
|
||||
hostNamespaceOnly: true
|
||||
hubble:
|
||||
enabled: true
|
||||
metrics:
|
||||
|
||||
Reference in New Issue
Block a user