18ed1549e0
Adds a Datasette container alongside the existing server in the same pod so it can read the SQLite PVC without a second ReadWriteOnce mount. Protected by a Traefik BasicAuth middleware at analytics.aleshym.co. Also fixes the ArgoCD repoURL to point to the migrated Gitea hostname (git.aleshym.co) instead of the old bare IP. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
500 B
YAML
20 lines
500 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- pvc.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
- middleware-analytics-auth.yaml
|
|
- secret-analytics-auth.yaml
|
|
- ingress-analytics.yaml
|
|
|
|
# CI updates this block automatically via `kustomize edit set image`.
|
|
# The image name here matches the `image: solitaire-server` stub in deployment.yaml.
|
|
images:
|
|
- name: solitaire-server
|
|
newName: git.aleshym.co/funman300/solitaire-server
|
|
newTag: 3cec200a
|