manage todos

This commit is contained in:
2024-03-24 15:31:59 +01:00
parent 6ceb3816fb
commit 6fe166e60c
7 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: todos
resources:
- namespace.yaml
- pvc.yaml
- ingress.yaml
helmCharts:
- name: vikunja
version: 0.1.5
repo: https://charts.oecis.io
valuesFile: values.yaml
releaseName: todos