fix(likec4): resolved likec4 validation error
This commit is contained in:
parent
97c7d647d1
commit
ca8931d5f6
2 changed files with 97 additions and 99 deletions
|
|
@ -15,11 +15,11 @@ deployment {
|
|||
description 'CI/CD orchestration for Forgejo'
|
||||
}
|
||||
|
||||
instanceOf edp.garm {
|
||||
garmContainer = instanceOf edp.garm {
|
||||
description 'GARM container with runner orchestration'
|
||||
}
|
||||
|
||||
instanceOf edp.garm.garm {
|
||||
garmService = instanceOf edp.garm.garm {
|
||||
description 'GARM - Runner lifecycle manager'
|
||||
}
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ deployment {
|
|||
instanceOf forgejoRunner {
|
||||
description 'Ephemeral Forgejo Actions runner'
|
||||
-> otcKubernetes.edpCluster.forgejo 'registers with and picks up jobs'
|
||||
-> otcKubernetes.edpCluster.garm 'retrieves bootstrap information'
|
||||
-> otcKubernetes.edpCluster.garmService 'retrieves bootstrap information'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue