22 lines
532 B
YAML
22 lines
532 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: functions
|
|
|
|
images:
|
|
- name: blob-proxy
|
|
newName: code.icb4dc0.de/infrastructure/functions/blob-proxy
|
|
newTag: 96cf231814d27f6dc9451e4eef0b7faaa63fc3c5
|
|
- name: comics
|
|
newName: code.icb4dc0.de/infrastructure/functions/comics
|
|
newTag: adaa46d144043e3b6242a6c55cd4360674089467
|
|
|
|
resources:
|
|
- resources/namespace.yaml
|
|
- resources/executor.yaml
|
|
- resources/routes.yaml
|
|
- apps/comics.yaml
|
|
- apps/blob-proxy.yaml
|
|
|
|
configurations:
|
|
- kustomizeconfig/spinapp.yaml
|