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
|
2023-12-20 03:34:11 +00:00
|
|
|
newTag: "0.22.0"
|
2023-11-14 21:12:33 +00:00
|
|
|
- name: vikunja-ui
|
|
|
|
newName: docker.io/vikunja/frontend
|
2023-12-20 03:34:16 +00:00
|
|
|
newTag: "0.22.0"
|
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
|
|
|
|
- resources/api/pvc.yaml
|
|
|
|
- resources/api/deployment.yaml
|
|
|
|
- resources/api/service.yaml
|
|
|
|
- resources/ui/deployment.yaml
|
|
|
|
- resources/ui/service.yaml
|
|
|
|
- resources/ingress.yaml
|
|
|
|
|
|
|
|
generators:
|
2023-11-22 19:27:05 +00:00
|
|
|
- ./secret-generator.yaml
|
|
|
|
|
|
|
|
helmCharts:
|
|
|
|
- name: keydb
|
|
|
|
repo: https://enapter.github.io/charts/
|
|
|
|
releaseName: vikunja-session-cache
|
|
|
|
namespace: nocodb
|
|
|
|
version: "0.48.0"
|
|
|
|
valuesFile: config/values.keydb.yaml
|