Skip to content

Commit

Permalink
Merge pull request #175 from navikt/feature/oppdater-versjoner
Browse files Browse the repository at this point in the history
Diverse fikser
  • Loading branch information
LarsOttoHaugen authored Dec 22, 2023
2 parents 3905d3c + 8a9b491 commit 875df7c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ updates:
time: "06:00"
timezone: "Europe/Oslo"
commit-message:
prefix: "[github-actions] "
prefix: "[github-actions] "
2 changes: 1 addition & 1 deletion .nais/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ spec:
{{/each}}
env:
- name: BIDRAGSJABLON_URL
value: https://{{ unsecured.bidragsjablon_url }}
value: https://{{ unsecured.bidragsjablon_url }}/bidrag-sjablon
- name: BIDRAGSJABLON_SCOPE
value: {{ unsecured.bidragsjablon_scope }}
56 changes: 13 additions & 43 deletions .nais/prod.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,13 @@
apiVersion: "nais.io/v1alpha1"
kind: "Application"
metadata:
name: bidrag-beregn-barnebidrag-rest
namespace: bidrag
labels:
team: bidrag
spec:
azure:
application:
enabled: true
accessPolicy:
outbound:
external:
- host: bidrag-sjablon.prod-fss-pub.nais.io
image: {{ image }}
liveness:
path: /actuator/health
initialDelay: 20
timeout: 1
periodSeconds: 5
failureThreshold: 10
readiness:
path: /actuator/health
initialDelay: 20
timeout: 1
prometheus:
enabled: true
path: /actuator/prometheus
resources:
limits:
cpu: 1000m
memory: 1024Mi
requests:
cpu: 500m
memory: 512Mi
ingresses:
- https://bidrag-beregn-barnebidrag-rest.intern.nav.no
env:
- name: BIDRAGSJABLON_URL
value: https://bidrag-sjablon.prod-fss-pub.nais.io
- name: BIDRAGSJABLON_SCOPE
value: prod-fss.bidrag.bidrag-sjablon
name: bidrag-beregn-barnebidrag-rest
ingresses:
- https://bidrag-beregn-barnebidrag-rest.intern.nav.no
azure_access_inbound:
- application: bidrag-cucumber-cloud
namespace: bidrag
cluster: prod-gcp
- application: bidrag-simuler-beregning
namespace: bidrag
cluster: prod-gcp
unsecured:
bidragsjablon_url: bidrag-sjablon.prod-fss-pub.nais.io
bidragsjablon_scope: prod-fss.bidrag.bidrag-sjablon

0 comments on commit 875df7c

Please sign in to comment.