apps/vikunja/kustomization.yaml

36 lines
780 B
YAML
Raw Normal View History

2023-11-14 21:12:33 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: vikunja
images:
- name: vikunja-api
newName: docker.io/vikunja/api
newTag: "0.22.1"
2023-11-14 21:12:33 +00:00
- name: vikunja-ui
newName: docker.io/vikunja/frontend
newTag: "0.22.1"
2023-11-14 21:12:33 +00:00
2023-12-21 13:56:26 +00:00
labels:
- includeSelectors: true
pairs:
app.kubernetes.io/instance: icb4dc0de
app.kubernetes.io/managed-by: kustomize
2023-11-14 21:12:33 +00:00
resources:
- resources/namespace.yaml
2024-08-16 13:06:47 +00:00
- resources/db/db.yaml
- resources/db/user.yaml
2024-04-10 19:15:03 +00:00
- resources/api/dragonfly.yaml
2023-11-14 21:12:33 +00:00
- resources/api/pvc.yaml
- resources/api/deployment.yaml
- resources/api/service.yaml
- resources/ui/deployment.yaml
- resources/ui/service.yaml
2024-02-21 07:12:13 +00:00
- resources/http_routes.yaml
2023-11-14 21:12:33 +00:00
2024-04-27 10:29:44 +00:00
secretGenerator:
- name: vikunja-api-config
files:
- "config/config.yml"