Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Github Action to deploy Mimir rules

Notifications You must be signed in to change notification settings

casavo/action-mimir-rules-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Mimir rules Deploy Action

Github Action to deploy Mimir rules through mimirtool.

Usage

Here is an example of how to use this action with a YAML rules file in your repo:

name: Deploy
on:
  release:
    types: [ published ]

jobs:
  deployment:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - name: Deploy
      uses: casavo/action-mimir-rules-deploy@v1
      with:
        endpoint: https://mimir.my.tld
        namespace: my-namespace
        path: alerts/my_rules.yaml

About

Github Action to deploy Mimir rules

Resources

Stars

Watchers

Forks

Packages

No packages published