apps/plausible/kustomization.yaml
Peter Kurfer 3968ffc459
All checks were successful
Renovate / renovate (push) Successful in 54s
feat(plausible): expose via HTTPS
2024-11-26 21:56:18 +01:00

23 lines
499 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: plausible
images:
- name: plausible
newName: ghcr.io/plausible/community-edition
newTag: "v2.1.4"
resources:
- resources/namespace.yaml
- resources/clickhouse/events-db.yaml
- resources/postgres/db.yaml
- resources/postgres/user.yaml
- resources/deployment.yaml
- resources/service.yaml
- resources/routes.yaml
secretGenerator:
- name: plausible-config
envs:
- "config/plausible.env"