seed: devroadmap-demo — self-hosted CI loop
Some checks failed
build-and-deploy / build-deploy (push) Failing after 49s
Some checks failed
build-and-deploy / build-deploy (push) Failing after 49s
This commit is contained in:
commit
04461a10e5
7 changed files with 213 additions and 0 deletions
21
deploy/kustomization.yaml
Normal file
21
deploy/kustomization.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
# Rendered by ArgoCD from THIS Forgejo repo (path: deploy). The CI pipeline bumps
|
||||
# newTag on every push, then Argo syncs the new image into k3s.
|
||||
|
||||
namespace: devroadmap-demo
|
||||
|
||||
labels:
|
||||
- includeSelectors: true
|
||||
pairs:
|
||||
app.kubernetes.io/name: devroadmap-demo
|
||||
app.kubernetes.io/instance: devroadmap-demo
|
||||
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
|
||||
images:
|
||||
- name: harbor.devroadmap.ru/homelab/devroadmap-demo
|
||||
newTag: "bootstrap" # bumped to the short SHA by .forgejo/workflows/ci.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue