ariane was never actually running on the cluster before this rollout (not in any prior pod listing); Flux deploying it for the first time exposed it's broken, unrelated to the GitOps migration itself. Pulling it out of scope so it stops blocking the nearle Kustomization's health check for the services that do work (fiesta, jupiter, atlantis, titan). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
22 lines
675 B
YAML
22 lines
675 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- nearle-namespace.yaml
|
|
- nearle-config.yaml
|
|
- nearle-secrets.yaml
|
|
- nearle-app-secrets.yaml
|
|
- fiesta-gateway.yaml
|
|
- nearle-fiesta.yaml
|
|
- nearle-jupiter.yaml
|
|
- jupiter-cors-proxy.yaml
|
|
- nearle-atlantis.yaml
|
|
- nearle-titan.yaml
|
|
# nearle-ariane.yaml intentionally excluded - it was never actually
|
|
# running on the cluster before Flux tried to deploy it for the first
|
|
# time, and it crash-loops. Not a GitOps regression, a pre-existing
|
|
# dormant/broken manifest. Revisit separately from the alaska/nearle
|
|
# rollout.
|
|
- nearle-gateway.yaml
|
|
- nearle-reference-grant.yaml
|