fix(cloudflared): Disable cloudflared

I have a hunch it congestes the network
This commit is contained in:
Vegard Hagen
2024-03-10 18:19:08 +01:00
parent e819f3f26e
commit 25692fd11f
7 changed files with 18 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ resources:
helmCharts:
- name: cilium
repo: https://helm.cilium.io
version: 1.15.1
version: 1.15.0
releaseName: "cilium"
includeCRDs: true
namespace: kube-system

View File

@@ -7,7 +7,7 @@ spec:
selector:
matchLabels:
app: cloudflared
replicas: 2
replicas: 1
template:
metadata:
labels:
@@ -20,7 +20,7 @@ spec:
- 192.168.1.154
containers:
- name: cloudflared
image: cloudflare/cloudflared:2023.10.0
image: cloudflare/cloudflared:2024.2.1
args:
- tunnel
- --config

View File

@@ -1,4 +1,4 @@
#address=/stonegarden.dev/192.168.1.142
address=/stonegarden.dev/192.168.1.142
address=/blog.stonegarden.dev/192.168.1.172
address=/gateway.stonegarden.dev/192.168.1.172
address=/haos.stonegarden.dev/192.168.1.172

View File

@@ -112,7 +112,7 @@ spec:
mountPath: /etc/pihole/whitelist.txt
subPath: whitelist.txt
- name: cloudflared
image: cloudflare/cloudflared:2023.10.0
image: cloudflare/cloudflared:2024.2.1
imagePullPolicy: IfNotPresent
args:
- tunnel

View File

@@ -14,18 +14,18 @@ spec:
port: 5335
protocol: TCP
targetPort: unbound-dns-tcp
- name: unbound-dns-udp
port: 5335
protocol: UDP
targetPort: unbound-dns-udp
# - name: unbound-dns-udp
# port: 5335
# protocol: UDP
# targetPort: unbound-dns-udp
- name: dns-tcp
port: 53
protocol: TCP
targetPort: dns-tcp
- name: dns-udp
port: 53
protocol: UDP
targetPort: dns-udp
# - name: dns-udp
# port: 53
# protocol: UDP
# targetPort: dns-udp
- name: http
port: 80
targetPort: http

View File

@@ -1,4 +1,4 @@
#address=/stonegarden.dev/192.168.1.142
address=/stonegarden.dev/192.168.1.142
address=/blog.stonegarden.dev/192.168.1.172
address=/gateway.stonegarden.dev/192.168.1.172
address=/haos.stonegarden.dev/192.168.1.172

View File

@@ -17,7 +17,7 @@ spec:
port: 53
protocol: TCP
targetPort: dns-tcp
- name: dns-udp
port: 53
protocol: UDP
targetPort: dns-udp
# - name: dns-udp
# port: 53
# protocol: UDP
# targetPort: dns-udp