Files
Kubernetes-Manifests/applications/minio-aistor/minio-aistor-backendtrafficpolicy.yaml
T
Jeffrey d5e073131d infisical: ignore every volumeClaimTemplate field the api server injects
The earlier rule covered creationTimestamp, volumeMode and status but missed
apiVersion and kind, which the API server also injects into
volumeClaimTemplates. Those two alone kept both StatefulSets permanently
OutOfSync: a sync would apply successfully and report Synced, then the very
next comparison flagged them again.
2026-08-29 18:16:25 +02:00

37 lines
830 B
YAML

apiVersion: gateway.envoyproxy.io/v1alpha1
kind: BackendTrafficPolicy
metadata:
name: minio-aistor-console-backend-traffic
namespace: minio-aistor
spec:
targetRefs:
- group: gateway.networking.k8s.io
kind: HTTPRoute
name: minio-aistor-console-route
timeout:
http:
connectionIdleTimeout: 3600s
requestTimeout: 0s
---
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: BackendTrafficPolicy
metadata:
name: minio-aistor-api-backend-traffic
namespace: minio-aistor
spec:
targetRefs:
- group: gateway.networking.k8s.io
kind: HTTPRoute
name: minio-aistor-api-route
timeout:
http:
connectionIdleTimeout: 30s
maxConnectionDuration: 300s
requestTimeout: 0s
retry:
numRetries: 3
retryOn:
triggers:
- connect-failure
- reset