feat: add Gitea CI/CD with Vault-backed kubeconfig deploy
- Create CI workflow: lint, release, docker build+push, kustomize deploy - Switch image registry from GHCR to internal Gitea registry - Deploy job uses kubeconfig mounted from Vault via ESO - Add ntfy notifications for success, deploy, and failure
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: gradio
|
||||
image: ghcr.io/billy-davies-2/llm-apps:v2-202602130804
|
||||
image: gitea-http.gitea.svc.cluster.local:3000/daviestechlabs/gradio-ui:latest
|
||||
imagePullPolicy: Always
|
||||
command: ["python", "embeddings.py"]
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user