2025-12-17 19:18:29 -03:00
|
|
|
# services/ci-demo/kustomization.yaml
|
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
resources:
|
|
|
|
|
- namespace.yaml
|
|
|
|
|
- image.yaml
|
|
|
|
|
- deployment.yaml
|
|
|
|
|
- service.yaml
|
|
|
|
|
images:
|
|
|
|
|
- name: registry.bstein.dev/infra/ci-demo
|
2025-12-17 19:49:53 -03:00
|
|
|
newTag: v0.0.0-1 # {"$imagepolicy": "ci-demo:ci-demo:tag"}
|