mirror of
				https://github.com/optim-enterprises-bv/homelab.git
				synced 2025-10-31 01:47:53 +00:00 
			
		
		
		
	fix: route plex and jellyfin through gateway for tls-termination
This commit is contained in:
		| @@ -3,10 +3,8 @@ kind: Service | ||||
| metadata: | ||||
|   name: jellyfin | ||||
|   namespace: jellyfin | ||||
|   annotations: | ||||
|     io.cilium/lb-ipam-ips: 192.168.1.229 | ||||
| spec: | ||||
|   type: LoadBalancer | ||||
|   type: ClusterIP | ||||
|   selector: | ||||
|     app: jellyfin | ||||
|   ports: | ||||
|   | ||||
| @@ -3,10 +3,8 @@ kind: Service | ||||
| metadata: | ||||
|   name: plex | ||||
|   namespace: plex | ||||
|   annotations: | ||||
|     io.cilium/lb-ipam-ips: 192.168.1.228 | ||||
| spec: | ||||
|   type: LoadBalancer | ||||
|   type: ClusterIP | ||||
|   selector: | ||||
|     app: plex | ||||
|   ports: | ||||
|   | ||||
| @@ -103,7 +103,8 @@ filters: | ||||
|     name: AdAway Default Blocklist | ||||
|     id: 2 | ||||
| whitelist_filters: [ ] | ||||
| user_rules: [ ] | ||||
| user_rules: | ||||
|   - '@@||sdk.iad-01.braze.com^$important' # Payments? | ||||
| dhcp: | ||||
|   enabled: false | ||||
|   interface_name: "" | ||||
| @@ -141,10 +142,6 @@ filtering: | ||||
|   parental_block_host: family-block.dns.adguard.com | ||||
|   safebrowsing_block_host: standard-block.dns.adguard.com | ||||
|   rewrites: | ||||
|     - domain: plex.stonegarden.dev | ||||
|       answer: 192.168.1.228 | ||||
|     - domain: jellyfin.stonegarden.dev | ||||
|       answer: 192.168.1.229 | ||||
|     - domain: proxmox.stonegarden.dev | ||||
|       answer: 192.168.1.221 | ||||
|     - domain: truenas.stonegarden.dev | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Vegard Hagen
					Vegard Hagen