19 lines
564 B
YAML
19 lines
564 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ./adguard-home/adguard-home.yaml
|
|
- ./capacitor/capacitor.yaml
|
|
- ./code-server/code-server.yaml
|
|
- ./dokuwiki/dokuwiki.yaml
|
|
- ./gitea/gitea.yaml
|
|
- ./homer/homer.yaml
|
|
- ./jellyfin/jellyfin.yaml
|
|
- ./kavita/kavita.yaml
|
|
- ./nexus/nexus.yaml
|
|
- ./podinfo/podinfo.yaml
|
|
- ./qbittorrent/qbittorrent.yaml
|
|
- ./snippet-box/snippet-box.yaml
|
|
- ./sonarqube/sonarqube.yaml
|
|
- ./uptime-kuma/uptime-kuma.yaml
|
|
- ./vaultwarden/vaultwarden.yaml
|
|
- ./weave-gitops/weave-gitops.yaml |