Øker perioden for 99.9 percentile treg response-tid til 10m #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy prod-alerts | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- .nais/alerts.yml | |
jobs: | |
deploy_alerts: | |
name: Deploy nais-alerts | |
runs-on: ubuntu-latest | |
permissions: | |
id-token: "write" | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v3 | |
- name: Deploy to nais | |
uses: nais/deploy/actions/deploy@v2 | |
env: | |
CLUSTER: prod-gcp | |
RESOURCE: .nais/alerts.yml |