forked from hswaw/hscloud
8 lines
112 B
Jsonnet
8 lines
112 B
Jsonnet
|
// Only the NGINX Ingress Controller.
|
||
|
|
||
|
local k0 = (import "k0.libsonnet").k0;
|
||
|
|
||
|
{
|
||
|
nginx: k0.cluster.nginx,
|
||
|
}
|