feat: Gitea Actions + k8s manifests + ArgoCD for k3s deploy
Build & Push Docker Image / build (push) Failing after 42s
Build & Push Docker Image / build (push) Failing after 42s
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: toolrate
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- postgres.yaml
|
||||
- app-config.yaml
|
||||
- app.yaml
|
||||
- ingress.yaml
|
||||
|
||||
images:
|
||||
- name: gitea.example.com/your-org/tool-evaluator
|
||||
newName: gitea.example.com/your-org/tool-evaluator
|
||||
newTag: sha-abcdef
|
||||
Reference in New Issue
Block a user