feat: Gitea Actions + k8s manifests + ArgoCD for k3s deploy
Build & Push Docker Image / build (push) Failing after 42s

This commit is contained in:
root
2026-07-30 07:18:02 +02:00
parent 5d71e60e7d
commit 77c44c44ce
8 changed files with 257 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: app
namespace: toolrate
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: traefik
rules:
- host: tools.example.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: app
port:
number: 8080
tls:
- hosts:
- tools.example.com
secretName: app-tls