apps/blog/kustomization.yaml
Peter Kurfer 025bfe841d
All checks were successful
Renovate / renovate (push) Successful in 1m38s
feat(blog): initial deployment
2024-11-07 22:16:11 +01:00

16 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