15 lines
482 B
Text
15 lines
482 B
Text
|
|
{
|
||
|
|
name = "private_gateway",
|
||
|
|
version = "1",
|
||
|
|
description = "Cilium Gateway on private VPN subnet — VPN-only access to internal cluster services",
|
||
|
|
tags = ["network", "gateway", "vpn", "security"],
|
||
|
|
modes = ["cluster"],
|
||
|
|
dependencies = [],
|
||
|
|
provides = [{ id = "private-gateway", version = "1", interface = "http-gateway" }],
|
||
|
|
requires = [
|
||
|
|
{ capability = "lb-ipam", kind = 'Required },
|
||
|
|
],
|
||
|
|
conflicts_with = [],
|
||
|
|
best_practices = [],
|
||
|
|
}
|