deleted: .gitea/workflows/app-continuous-deploy.yaml

new file:   deploy/infra/certificate.yaml
modified:   deploy/infra/ingress-web.yaml
modified:   deploy/infra/kustomization.yaml
This commit is contained in:
Márcio Fernandes
2026-07-04 01:51:09 +00:00
parent bff372dc9e
commit 6438530fba
4 changed files with 14 additions and 87 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: cloud-limbosolutions-com-tls
namespace: cloud-limbosolutions-com
spec:
secretName: cloud-limbosolutions-com-tls
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer
dnsNames:
- cloud.limbosolutions.com
renewBefore: 360h