6905f26b56
Build and Deploy / build-and-push (push) Successful in 35s
Secrets committed in prior commits (matomo-secret.yaml, secret-analytics-auth.yaml) have been scrubbed from history via filter-branch — rotate those credentials immediately. Going forward: - deploy/*-secret.yaml is gitignored; apply manually with kubectl - deploy/matomo-secret.yaml.example shows the required shape - ArgoCD ignoreDifferences on matomo-secret prevents it pruning a manually-applied secret - Remove matomo-secret.yaml from kustomization.yaml so ArgoCD never manages it again Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
24 lines
571 B
YAML
24 lines
571 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- pvc.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
- mariadb-pvc.yaml
|
|
- mariadb-deployment.yaml
|
|
- mariadb-service.yaml
|
|
- matomo-pvc.yaml
|
|
- matomo-deployment.yaml
|
|
- matomo-service.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: 3e006a1e
|