diff --git a/proto/rig/api/v1/cluster/service.proto b/proto/rig/api/v1/cluster/service.proto index 10f1ed124..761b0c764 100644 --- a/proto/rig/api/v1/cluster/service.proto +++ b/proto/rig/api/v1/cluster/service.proto @@ -16,6 +16,7 @@ message GetConfigResponse { DockerDaemon docker = 2; Registry registry = 3; } + bool ingress = 4; } message DockerDaemon {}