Skip to content

Commit

Permalink
legg til cpa-repo-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alpet committed Sep 13, 2023
1 parent 63a9da8 commit e9b4504
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .nais/cpa-repo-dev.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e9b4504

Please sign in to comment.