genius_monkey

Results 2 comments of genius_monkey

> Plan: > > 1. proxy containers will now have their own pod in the Kong Ingress Controller > 2. controller and proxies will have mTLS now that they will...

``` stage("SonarQube Quality Gate") { timeout(time: 1, unit: 'HOURS') { def qg = waitForQualityGate() if (qg.status != 'OK') { error "Pipeline ABORTED due to Quality Gate Failure: ${qg.status}" args.AbortPipeline(); return;...