Skip to content

Commit

Permalink
ci: gar pipeline
Browse files Browse the repository at this point in the history
Trenger ikke limits på CPU, og litt mindre minne requests.
  • Loading branch information
Kyrremann committed Oct 2, 2023
1 parent 8a71d0c commit 78ec66e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nais/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
team: aura
spec:
image: ghcr.io/navikt/g:{{ TAG }}
image: {{ image }}
port: 9292
ingresses:
- https://g.nav.no
Expand All @@ -17,8 +17,7 @@ spec:
value: production
resources:
limits:
cpu: 300m
memory: 400Mi
requests:
cpu: 50m
memory: 200Mi
memory: 150Mi

0 comments on commit 78ec66e

Please sign in to comment.