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:
@@ -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
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user