Skip to content

Commit

Permalink
Add the missing ingress reference in app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen committed Jul 5, 2024
1 parent a5919e0 commit ca8a631
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flaky-service/.nais/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ spec:
cpu: 10m
replicas:
max: 1
min: 1
min: 1
ingresses:
{{#each ingresses as |url|}}
- {{url}}
{{/each}}

0 comments on commit ca8a631

Please sign in to comment.