Remove blog pages

This commit is contained in:
Martin McCaffery 2025-12-19 15:42:26 +01:00
parent 145705edf7
commit e9b4299696
Signed by: martin.mccaffery
GPG key ID: 7C4D0F375BCEE533
5 changed files with 11 additions and 138 deletions

View file

@ -19,12 +19,15 @@ deployment {
description 'GARM container with runner orchestration'
}
garmService = instanceOf edp.garm.garm {
description 'GARM - Runner lifecycle manager'
}
environment edpCluster 'GARM pod' {
technology 'Kubernetes'
garmService = instanceOf edp.garm.garm {
description 'GARM - Runner lifecycle manager'
}
instanceOf edp.garm.providerEdgeConnect {
description 'GARM Provider for Edge Connect'
instanceOf edp.garm.providerEdgeConnect {
description 'GARM Provider for Edge Connect'
}
}
}
}