Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate the need for health checks in ks #1014

Open
github-actions bot opened this issue Nov 21, 2024 · 1 comment
Open

Investigate the need for health checks in ks #1014

github-actions bot opened this issue Nov 21, 2024 · 1 comment

Comments

@github-actions
Copy link

# TODO: Investigate the need for health checks in ks

---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
  name: &app goldilocks
  namespace: flux-system
spec:
  targetNamespace: observability
  commonMetadata:
    labels:
      app.kubernetes.io/name: *app
  path: ./kubernetes/apps/observability/goldilocks/app
  prune: true
  sourceRef:
    kind: GitRepository
    name: home-kubernetes
  # TODO: Investigate the need for health checks in ks
  healthChecks:
    - apiVersion: helm.toolkit.fluxcd.io/v2beta1
      kind: HelmRelease
      name: goldilocks
      namespace: observability
  wait: false
  interval: 30m
  timeout: 5m
  postBuild:
    substitute:
      APP: *app
@DevSecNinja
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant