diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index d6b9988..650e84a 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -5,7 +5,7 @@ type: application maintainers: - name: Element SRE Team -version: "0.84.1" +version: "0.84.2" # Track the appVersion based on the image: # renovate: image=ghost appVersion: "5.62.0-alpine" diff --git a/charts/ghost/values.yaml b/charts/ghost/values.yaml index c810a4f..c91f3a9 100644 --- a/charts/ghost/values.yaml +++ b/charts/ghost/values.yaml @@ -56,26 +56,23 @@ service: ## Ingress configuration ingress: - enabled: true - className: nginx-public - annotations: - cert-manager.io/cluster-issuer: le-prod-public-cloudflare - acme.cert-manager.io/http01-ingress-class: "nginx-public" - external.dns/managed-by: "cloudflare" - nginx.ingress.kubernetes.io/server-snippet: | - location ~* "^/metrics" { - deny all; - return 403; - } + enabled: false + className: "" + annotations: {} + # nginx.ingress.kubernetes.io/server-snippet: | + # location ~* "^/metrics" { + # deny all; + # return 403; + # } hosts: - host: blog.example.com paths: - path: / pathType: ImplementationSpecific - tls: - - secretName: blog-example-com-tls - hosts: - - blog.example.com + tls: [] + # - secretName: blog-example-com-tls + # hosts: + # - blog.example.com ## Resource limits and requests resources: