diff --git a/charts/nextcloud/templates/nextcloud-ingress.yaml b/charts/nextcloud/templates/nextcloud-ingress.yaml index 3617521a..6c3ed3e0 100644 --- a/charts/nextcloud/templates/nextcloud-ingress.yaml +++ b/charts/nextcloud/templates/nextcloud-ingress.yaml @@ -1,27 +1,27 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - annotations: - # add an annotation indicating the issuer to use. - # cert-manager.io/cluster-issuer: letsencrypt - cert-manager.io/cluster-issuer: aux-issuer - kubernetes.io/ingress.class: nginx - nginx.ingress.kubernetes.io/proxy-body-size: 32M - name: nextcloud-ingress - namespace: nextcloud -spec: - rules: - - host: nextcloud.deepcypher.me - http: - paths: - - backend: - service: - name: nextcloud-app - port: - number: 8080 - pathType: Prefix - path: / - tls: # < placing a host in the TLS config will indicate a certificate should be created - - hosts: - - nextcloud.deepcypher.me - secretName: dc-nextcloud-cert # < cert-manager will store the created certificate in this secret. +#apiVersion: networking.k8s.io/v1 +#kind: Ingress +#metadata: +# annotations: +# # add an annotation indicating the issuer to use. +# # cert-manager.io/cluster-issuer: letsencrypt +# cert-manager.io/cluster-issuer: aux-issuer +# kubernetes.io/ingress.class: nginx +# nginx.ingress.kubernetes.io/proxy-body-size: 32M +# name: nextcloud-ingress +# namespace: nextcloud +#spec: +# rules: +# - host: nextcloud.deepcypher.me +# http: +# paths: +# - backend: +# service: +# name: nextcloud-app +# port: +# number: 8080 +# pathType: Prefix +# path: / +# tls: # < placing a host in the TLS config will indicate a certificate should be created +# - hosts: +# - nextcloud.deepcypher.me +# secretName: dc-nextcloud-cert # < cert-manager will store the created certificate in this secret.