Skip to content

Commit 009019d

Browse files
committed
deploy dev instance
1 parent 3bc2eb0 commit 009019d

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/build-deploy-app.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
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

.nais/test/nais.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: nais.io/v1alpha1
22
kind: Application
33
metadata:
4-
name: pseudo-service
4+
name: pseudo-service-develop
55
namespace: {{team}}
66
labels:
77
team: {{team}}
@@ -14,8 +14,8 @@ spec:
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
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>

0 commit comments

Comments
 (0)