functions/deploy/kustomization.yaml

19 lines
358 B
YAML
Raw Normal View History

2025-01-17 10:30:27 +01:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: functions
2025-01-17 13:06:57 +01:00
images:
- name: comics
newName: code.icb4dc0.de/infrastructure/functions/comics
newTag: latest
2025-01-17 10:30:27 +01:00
resources:
2025-01-17 11:58:03 +01:00
- resources/namespace.yaml
2025-01-17 10:30:27 +01:00
- resources/executor.yaml
2025-01-17 12:07:23 +01:00
- resources/routes.yaml
2025-01-17 10:30:27 +01:00
- apps/comics.yaml
2025-01-17 13:06:57 +01:00
configurations:
- kustomizeconfig/spinapp.yaml