17 lines
490 B
YAML
17 lines
490 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- configmap.yaml
|
|
- externalsecret-registry.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
|
|
# CI updates newTag to the immutable git-sha via `kustomize edit set image` (see .gitea/workflows/ci.yml).
|
|
# Name is the public HTTPS pull endpoint that k3s uses.
|
|
images:
|
|
- name: git.7tl-homelab.com/bmr_bluecap/bcs-website
|
|
newName: git.7tl-homelab.com/bmr_bluecap/bcs-website
|
|
newTag: fc64909f3df1
|