We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d88769 commit 3c7a98cCopy full SHA for 3c7a98c
.github/workflows/klass-api-build-and-deploy.yaml
@@ -3,9 +3,10 @@ name: Klass-api build and deploy
3
on:
4
release:
5
types: [ published ]
6
- push:
7
- branches:
8
- - nais-migration
+ pull_request:
+ # push:
+ # branches:
9
+ # - nais-migration
10
paths:
11
- "klass-api/**"
12
- "klass-shared/**"
.nais/test/klass-api.yaml
@@ -13,8 +13,6 @@ spec:
13
ingresses:
14
- https://klass.intern.test.ssb.no
15
16
- accessPolicy:
17
-
18
replicas:
19
min: 1
20
max: 1
@@ -29,6 +27,8 @@ spec:
29
27
tier: db-f1-micro
30
28
databases:
31
- name: klass
+ users:
+ - name: klass-forvaltning
32
33
prometheus:
34
enabled: true
@@ -46,4 +46,4 @@ spec:
46
startup:
47
path: /actuator/health/liveness
48
port: 8080
49
- initialDelay: 60
+ initialDelay: 60
0 commit comments