23 lines
346 B
YAML
23 lines
346 B
YAML
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
|