Skip to content

Commit aaa3a9a

Browse files
committed
Fix nais.yaml
1 parent 794f72d commit aaa3a9a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.nais/nais-dev.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ spec:
3333
- https://hm-oebs-listener.intern.dev.nav.no
3434
accessPolicy:
3535
outbound:
36-
external:
37-
- host: hooks.slack.com
36+
rules:
3837
- application: logging
3938
namespace: nais-system
39+
external:
40+
- host: hooks.slack.com
4041
env:
4142
- name: OEBS_LISTENER_LOG_LEVEL
4243
value: DEBUG

.nais/nais-prod.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ spec:
3333
- https://hm-oebs-listener.intern.nav.no
3434
accessPolicy:
3535
outbound:
36-
external:
37-
- host: hooks.slack.com
36+
rules:
3837
- application: logging
3938
namespace: nais-system
39+
external:
40+
- host: hooks.slack.com
4041
env:
4142
- name: OEBS_LISTENER_LOG_LEVEL
4243
value: DEBUG

0 commit comments

Comments
 (0)