Skip to content

Commit e6c9fa5

Browse files
committed
feat: add external host configuration for unleash API in app.yaml
1 parent 226bfa5 commit e6c9fa5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

quotes-backend/.nais/app.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ spec:
6363
outbound:
6464
rules:
6565
- application: sentiment-api
66+
external:
67+
- host: examples-unleash-api.nav.cloud.nais.io
6668
filesFrom:
6769
- emptyDir:
6870
medium: Memory

quotes-frontend/.nais/app.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ spec:
7070
rules:
7171
- application: quotes-backend
7272
- application: quotes-analytics
73+
external:
74+
- host: examples-unleash-api.nav.cloud.nais.io
7375
filesFrom:
7476
- emptyDir:
7577
medium: Memory

0 commit comments

Comments
 (0)