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
-1
View File
@@ -3,7 +3,6 @@ kind: IngressRoute
metadata:
name: nextcloud-web
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/ingress.class: traefik
spec:
entryPoints:
+1
View File
@@ -4,6 +4,7 @@ resources:
- cd-serviceaccount.yaml
- network-policies.yaml
- middlewares.yaml
- certificate.yaml
- ingress-web.yaml
- ingress-web-public.yaml
- storage-limbosolutions-com/pv.yaml