fix: Add cache to headscale
This commit is contained in:
@@ -230,6 +230,7 @@ configMaps:
|
|||||||
{ "name": "rabbitmq.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" },
|
{ "name": "rabbitmq.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" },
|
||||||
{ "name": "openfga.srv.oceanbox.io", "type": "A", "value": "10.255.241.11" },
|
{ "name": "openfga.srv.oceanbox.io", "type": "A", "value": "10.255.241.11" },
|
||||||
{ "name": "openfga.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" },
|
{ "name": "openfga.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" },
|
||||||
|
{ "name": "cache.srv.oceanbox.io", "type": "A", "value": "10.255.241.11" },
|
||||||
|
|
||||||
{ "name": "yolo-registry.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" },
|
{ "name": "yolo-registry.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" },
|
||||||
|
|
||||||
@@ -264,4 +265,3 @@ configMaps:
|
|||||||
{ "name": "ole-atlantis.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" },
|
{ "name": "ole-atlantis.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" },
|
||||||
{ "name": "ole-sorcerer.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" }
|
{ "name": "ole-sorcerer.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" }
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ spec:
|
|||||||
egress:
|
egress:
|
||||||
- toFQDNs:
|
- toFQDNs:
|
||||||
- matchPattern: 'cache.nixos.org'
|
- matchPattern: 'cache.nixos.org'
|
||||||
- matchPattern: '"nix-community.cachix.org'
|
- matchPattern: 'nix-community.cachix.org'
|
||||||
endpointSelector:
|
endpointSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: nix-cache
|
app: nix-cache
|
||||||
|
|||||||
Reference in New Issue
Block a user