- Set replicas: 2 with maxUnavailable: 0 / maxSurge: 1 on both deployments so rolling updates never drop below 2 ready pods - Add PodDisruptionBudgets (minAvailable: 1) to protect against node drains and cluster maintenance - Add Fly.io cache purge step to cv-deploy workflow (docs already had this) so CV deploys don't serve stale cached content Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
255 B
YAML
12 lines
255 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: docs
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress-tailscale.yaml
|
|
- pdb.yaml
|
|
images:
|
|
- name: registry.ops.eblu.me/blumeops/quartz
|
|
newTag: v1.28.2-ffa8727
|