Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
56 changes: 28 additions & 28 deletions .deploy/naiserator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ spec:
image: {{image}}
port: 8080
ingresses:
{{#each ingresses as |url|}}
- {{url}}
{ { #each ingresses as |url|}}
- {{url } }
{{/each}}
liveness:
path: /fpabakus/internal/health/isAlive
Expand Down Expand Up @@ -69,30 +69,30 @@ spec:
- "NAVident"
- "azp_name"
groups:
{{#each groups as |group|}}
- id: "{{group}}"
{{/each}}
{{#if AZURE_IAC_RULES}}
accessPolicy:
inbound:
rules:
{{#each AZURE_IAC_RULES}}
- application: {{app}}
namespace: {{namespace}}
cluster: {{cluster}}
{{#if scopes}}
permissions:
scopes:
{{#each scopes}}
- "{{this}}"
{{/each}}
{{/if}}
{{#if roles}}
permissions:
roles:
{{#each roles}}
- "{{this}}"
{{/each}}
{{/if}}
{{/each}}
{ { #each groups as |group|}}
- id: "{{group}}"
{{/each } }
{ { #if AZURE_IAC_RULES}}
accessPolicy:
inbound:
rules:
{ { #each AZURE_IAC_RULES}}
- application: {{app } }
namespace: {{namespace } }
cluster: {{cluster}}
{ { #if scopes}}
permissions:
scopes:
{ { #each scopes}}
- "{{this}}"
{{/each } }
{{/if } }
{ { #if roles}}
permissions:
roles:
{ { #each roles}}
- "{{this}}"
{{/each } }
{{/if } }
{{/each}}
{{/if}}
Loading
Loading