mirror of
				https://github.com/optim-enterprises-bv/homelab.git
				synced 2025-10-31 18:07:50 +00:00 
			
		
		
		
	fix(cloudflared): Disable cloudflared
I have a hunch it congestes the network
This commit is contained in:
		| @@ -9,7 +9,7 @@ resources: | |||||||
| helmCharts: | helmCharts: | ||||||
|   - name: cilium |   - name: cilium | ||||||
|     repo: https://helm.cilium.io |     repo: https://helm.cilium.io | ||||||
|     version: 1.15.1 |     version: 1.15.0 | ||||||
|     releaseName: "cilium" |     releaseName: "cilium" | ||||||
|     includeCRDs: true |     includeCRDs: true | ||||||
|     namespace: kube-system |     namespace: kube-system | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ spec: | |||||||
|   selector: |   selector: | ||||||
|     matchLabels: |     matchLabels: | ||||||
|       app: cloudflared |       app: cloudflared | ||||||
|   replicas: 2 |   replicas: 1 | ||||||
|   template: |   template: | ||||||
|     metadata: |     metadata: | ||||||
|       labels: |       labels: | ||||||
| @@ -20,7 +20,7 @@ spec: | |||||||
|           - 192.168.1.154 |           - 192.168.1.154 | ||||||
|       containers: |       containers: | ||||||
|         - name: cloudflared |         - name: cloudflared | ||||||
|           image: cloudflare/cloudflared:2023.10.0 |           image: cloudflare/cloudflared:2024.2.1 | ||||||
|           args: |           args: | ||||||
|             - tunnel |             - tunnel | ||||||
|             - --config |             - --config | ||||||
|   | |||||||
| @@ -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=/blog.stonegarden.dev/192.168.1.172 | ||||||
| address=/gateway.stonegarden.dev/192.168.1.172 | address=/gateway.stonegarden.dev/192.168.1.172 | ||||||
| address=/haos.stonegarden.dev/192.168.1.172 | address=/haos.stonegarden.dev/192.168.1.172 | ||||||
|   | |||||||
| @@ -112,7 +112,7 @@ spec: | |||||||
|               mountPath: /etc/pihole/whitelist.txt |               mountPath: /etc/pihole/whitelist.txt | ||||||
|               subPath: whitelist.txt |               subPath: whitelist.txt | ||||||
|         - name: cloudflared |         - name: cloudflared | ||||||
|           image: cloudflare/cloudflared:2023.10.0 |           image: cloudflare/cloudflared:2024.2.1 | ||||||
|           imagePullPolicy: IfNotPresent |           imagePullPolicy: IfNotPresent | ||||||
|           args: |           args: | ||||||
|             - tunnel |             - tunnel | ||||||
|   | |||||||
| @@ -14,18 +14,18 @@ spec: | |||||||
|       port: 5335 |       port: 5335 | ||||||
|       protocol: TCP |       protocol: TCP | ||||||
|       targetPort: unbound-dns-tcp |       targetPort: unbound-dns-tcp | ||||||
|     - name: unbound-dns-udp | #    - name: unbound-dns-udp | ||||||
|       port: 5335 | #      port: 5335 | ||||||
|       protocol: UDP | #      protocol: UDP | ||||||
|       targetPort: unbound-dns-udp | #      targetPort: unbound-dns-udp | ||||||
|     - name: dns-tcp |     - name: dns-tcp | ||||||
|       port: 53 |       port: 53 | ||||||
|       protocol: TCP |       protocol: TCP | ||||||
|       targetPort: dns-tcp |       targetPort: dns-tcp | ||||||
|     - name: dns-udp | #    - name: dns-udp | ||||||
|       port: 53 | #      port: 53 | ||||||
|       protocol: UDP | #      protocol: UDP | ||||||
|       targetPort: dns-udp | #      targetPort: dns-udp | ||||||
|     - name: http |     - name: http | ||||||
|       port: 80 |       port: 80 | ||||||
|       targetPort: http |       targetPort: http | ||||||
| @@ -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=/blog.stonegarden.dev/192.168.1.172 | ||||||
| address=/gateway.stonegarden.dev/192.168.1.172 | address=/gateway.stonegarden.dev/192.168.1.172 | ||||||
| address=/haos.stonegarden.dev/192.168.1.172 | address=/haos.stonegarden.dev/192.168.1.172 | ||||||
|   | |||||||
| @@ -17,7 +17,7 @@ spec: | |||||||
|       port: 53 |       port: 53 | ||||||
|       protocol: TCP |       protocol: TCP | ||||||
|       targetPort: dns-tcp |       targetPort: dns-tcp | ||||||
|     - name: dns-udp | #    - name: dns-udp | ||||||
|       port: 53 | #      port: 53 | ||||||
|       protocol: UDP | #      protocol: UDP | ||||||
|       targetPort: dns-udp | #      targetPort: dns-udp | ||||||
		Reference in New Issue
	
	Block a user
	 Vegard Hagen
					Vegard Hagen