infra4talos/apps-kustomized/mastodon/kustomization.yaml
2025-11-11 14:14:53 +01:00

35 lines
777 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmGlobals:
chartHome: mastodon_044_dustinrue/
helmChartInflationGenerator:
- chartname: mastodon
chartRepoUrl: https://helm.dustinrue.com
chartVersion: 0.4.4
releaseName: masto
releaseNamespace: mastodon
values: values.yaml
patches:
- path: configmap-fix-helm-chart-bug.yaml
target:
kind: ConfigMap
name: masto-mastodon-env
- path: secret-remove-helm-ones.yaml
target:
kind: Secret
name: masto-mastodon
- path: ingress-wildcardtls.yaml
target:
version: v1
group: networking.k8s.io
kind: Ingress
name: masto-mastodon
- path: deployment-nosidekiqyet.yaml
target:
version: v1
group: apps
kind: Deployment
name: masto-mastodon-sidekiq-combined