23 lines
499 B
YAML
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"
|