initial working but bare setup

This commit is contained in:
2025-11-24 20:59:33 +01:00
commit 42b8056e27
8 changed files with 363 additions and 0 deletions

22
base/kustomization.yaml Normal file
View File

@@ -0,0 +1,22 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- postgres.yaml
- worldfile.pvc.yaml
- importer.cronjob.yaml
- importer.configmap.yaml
images:
- name: importer
newName: iboates/osm2pgsql
newTag: 2.1.0-nightly
- name: download
newName: curlimages/curl
newTag: 8.4.0