From d6ed0bdd4f88d2b4aca87fba24d4206beca33f81 Mon Sep 17 00:00:00 2001 From: Stephanie Date: Wed, 8 Jun 2022 16:16:57 -0400 Subject: [PATCH] add attributes to kubernetes components Signed-off-by: Stephanie --- devfile.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/devfile.yaml b/devfile.yaml index 30da8048..2d74a3ad 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -23,6 +23,16 @@ components: buildContext: . rootRequired: false - name: outerloop-deploy + attributes: + deployment/replicas: 1 + deployment/route: route1 + deployment/storageLimit: 400Mi + deployment/storageRequest: 200Mi + deployment/cpuLimit: "2" + deployment/cpuRequest: 700m + deployment/memoryLimit: 500Mi + deployment/memoryRequest: 400Mi + deployment/container-port: 8081 kubernetes: uri: outerloop-deploy.yaml commands: