blumeops/argocd/manifests/docs/kustomization.yaml
Erich Blume 56f5d1d682
Some checks failed
Build Container / build (push) Failing after 4s
Rename quartz -> docs for service naming
The service is 'docs', quartz is just the container image used.
This allows future quartz-based sites with different names.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 10:36:51 -08:00

9 lines
178 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: docs
resources:
- configmap.yaml
- deployment.yaml
- service.yaml
- ingress-tailscale.yaml