fix: enforce post-deploy health checks
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user