17 lines
464 B
YAML
17 lines
464 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
namespace: blog
|
||
|
|
||
|
images:
|
||
|
- name: caddy
|
||
|
newName: code.icb4dc0.de/infrastructure/images/caddy
|
||
|
newTag: latest
|
||
|
digest: sha256:6942ec75b708e2b37d6903346ace5511ef6c6df043d1c670ee3515698adcd116
|
||
|
|
||
|
resources:
|
||
|
- resources/namespace.yaml
|
||
|
- https://github.com/spinkube/spin-operator/releases/download/v0.3.0/spin-operator.shim-executor.yaml
|
||
|
- resources/spinapp.yaml
|
||
|
- resources/routes.yaml
|