Skip to content

Commit

Permalink
Merge pull request #7 from fluxcd/hc-health-checks
Browse files Browse the repository at this point in the history
Add health check example
  • Loading branch information
stefanprodan authored Dec 17, 2020
2 parents 1adb0be + 5530bb1 commit d9d396e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clusters/production/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ spec:
path: ./apps/production
prune: true
validation: client
healthChecks:
- apiVersion: helm.toolkit.fluxcd.io/v1beta1
kind: HelmRelease
name: podinfo
namespace: podinfo
5 changes: 5 additions & 0 deletions clusters/staging/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ spec:
path: ./apps/staging
prune: true
validation: client
healthChecks:
- apiVersion: helm.toolkit.fluxcd.io/v1beta1
kind: HelmRelease
name: podinfo
namespace: podinfo

0 comments on commit d9d396e

Please sign in to comment.