File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 33 types : [ published ]
44 push :
55 branches :
6- - master
6+ - performance-improvements
77 paths-ignore :
88 - " **/*.md"
99 - " Makefile"
@@ -131,9 +131,6 @@ jobs:
131131 echo "nais_config_path=.nais/test/nais.yaml" >> "$GITHUB_OUTPUT"
132132 fi
133133
134-
135-
136-
137134 deploy :
138135 name : Deploy to NAIS
139136 needs : build-push
Original file line number Diff line number Diff line change 11apiVersion : nais.io/v1alpha1
22kind : Application
33metadata :
4- name : pseudo-service
4+ name : pseudo-service-develop
55 namespace : {{team}}
66 labels :
77 team : {{team}}
1414 port : 10210
1515 terminationGracePeriodSeconds : 180
1616 replicas :
17- max : 5
18- min : 2
17+ max : 1
18+ min : 1
1919 resources :
2020 requests :
2121 cpu : 100m
Original file line number Diff line number Diff line change 180180 <dependency >
181181 <groupId >no.ssb.dapla.dlp.pseudo</groupId >
182182 <artifactId >dapla-dlp-pseudo-core</artifactId >
183- <version >${dapla-dlp-pseudo-core.version} </version >
183+ <version >2.0.9 </version >
184184 </dependency >
185185 <dependency >
186186 <groupId >jakarta.inject</groupId >
You can’t perform that action at this time.
0 commit comments