diff --git a/.nais/cpa-repo-dev.yaml b/.nais/cpa-repo-dev.yaml new file mode 100644 index 00000000..cd62f84e --- /dev/null +++ b/.nais/cpa-repo-dev.yaml @@ -0,0 +1,22 @@ +apiVersion: "nais.io/v1alpha1" +kind: "Application" +metadata: + name: "cpa-repo" + namespace: "team-emottak" + labels: + "team": "team-emottak" +spec: + image: {{image}} + replicas: + min: 1 + max: 1 + cpuThresholdPercentage: 50 + resources: + limits: + cpu: "200m" + memory: "256Mi" + requests: + cpu: "200m" + memory: "256Mi" + inngresses: + - "https://cpa-repo.intern.dev.nav.no" \ No newline at end of file