Skip to content

Commit 3c7a98c

Browse files
committed
Add klass-forvaltning db user
1 parent 1d88769 commit 3c7a98c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/klass-api-build-and-deploy.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Klass-api build and deploy
33
on:
44
release:
55
types: [ published ]
6-
push:
7-
branches:
8-
- nais-migration
6+
pull_request:
7+
# push:
8+
# branches:
9+
# - nais-migration
910
paths:
1011
- "klass-api/**"
1112
- "klass-shared/**"

.nais/test/klass-api.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ spec:
1313
ingresses:
1414
- https://klass.intern.test.ssb.no
1515

16-
accessPolicy:
17-
1816
replicas:
1917
min: 1
2018
max: 1
@@ -29,6 +27,8 @@ spec:
2927
tier: db-f1-micro
3028
databases:
3129
- name: klass
30+
users:
31+
- name: klass-forvaltning
3232

3333
prometheus:
3434
enabled: true
@@ -46,4 +46,4 @@ spec:
4646
startup:
4747
path: /actuator/health/liveness
4848
port: 8080
49-
initialDelay: 60
49+
initialDelay: 60

0 commit comments

Comments
 (0)