Skip to content

Commit

Permalink
Merge pull request #44 from navikt/tech/loadtests
Browse files Browse the repository at this point in the history
Kjøre last-tester
  • Loading branch information
akgagnat authored Sep 17, 2024
2 parents ff8500f + 2f16dad commit 9f1fbff
Show file tree
Hide file tree
Showing 13 changed files with 873 additions and 466 deletions.
13 changes: 10 additions & 3 deletions system-tests/.nais/nais.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,22 @@ metadata:
nginx.ingress.kubernetes.io/proxy-body-size: "320M"
nginx.ingress.kubernetes.io/proxy-send-timeout: "300"
spec:
schedule: "0 6 * * MON" # Every Monday at 6 am
schedule: "0 6 * * WED,FRI" # Every Wednesday and Friday at 6 am
# schedule: "0 6 * * MON" # Every Monday at 6 am
# schedule: "0 */5 * * *" # Every five hours
# schedule: "30 * * * *" # Once an hour, at 30 past
# schedule: "*/10 * * * *" # Every 10 minutes
restartPolicy: Never
observability:
autoInstrumentation:
enabled: true
runtime: java
accessPolicy:
outbound:
rules:
- application: soknadsmottaker-loadtests
- application: innsending-api-loadtests
- application: archive-mock
- application: prometheus-pushgateway
namespace: nais-system
env:
- name: KAFKA_SECURITY
value: "TRUE"
Expand All @@ -43,6 +48,8 @@ spec:
value: http://innsending-api-loadtests
- name: ARKIVMOCK_URL
value: https://arkiv-mock-gcp.intern.dev.nav.no
- name: PUSH_GATEWAY_ADDRESS
value: prometheus-pushgateway.nais-system:9091

image: {{image}}
ttlSecondsAfterFinished: 3600
Expand Down
Loading

0 comments on commit 9f1fbff

Please sign in to comment.