fix: enforce post-deploy health checks
Deploy Cluster / Terraform (push) Successful in 29s
Deploy Cluster / Ansible (push) Has been cancelled

This commit is contained in:
2026-04-25 02:22:16 +00:00
parent 7e3ebec95b
commit bfcf57bcc5
8 changed files with 67 additions and 34 deletions
@@ -5,6 +5,7 @@ metadata:
namespace: flux-system
spec:
interval: 10m
timeout: 15m
targetNamespace: observability
chart:
spec:
@@ -32,7 +33,7 @@ spec:
serve_from_sub_path: false
persistence:
enabled: true
storageClassName: local-path
storageClassName: flash-nfs
size: 5Gi
service:
type: ClusterIP
@@ -55,7 +56,7 @@ spec:
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: local-path
storageClassName: flash-nfs
accessModes:
- ReadWriteOnce
resources: