From 62083614a854fb785470195e154bb10728ae5b27 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 9 Feb 2023 15:15:10 +1300 Subject: [PATCH] Another attempt at a fix Signed-off-by: David Young --- .github/workflows/deploy-prod.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 195f1fe..b153ac8 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -101,7 +101,7 @@ jobs: ghostEmail: ${{ secrets.GHOST_EMAIL }} ghostPassword: ${{ secrets.GHOST_PASSWORD }} ghostBlogTitle: Funky Penguin - ghostEnableHttps: true + ghostEnableHttps: false updateStrategy: type: Recreate smtpHost: ${{ secrets.GHOST_SMTP_HOST }} @@ -125,6 +125,7 @@ jobs: type: ClusterIP # We'll access it via nginx-ingress-controller ingress: ## Set to true to enable ingress record generation + ingressClassName: traefik enabled: true hostname: '${{ env.INGRESS_HOST }}' tls: true @@ -133,9 +134,7 @@ jobs: - '${{ env.INGRESS_HOST }}' secretName: letsencrypt-wildcard-cert annotations: - kubernetes.io/ingress.class: traefik cert-manager.io/cluster-issuer: "letsencrypt-prod" - nginx.ingress.kubernetes.io/proxy-body-size: 10m persistence: enabled: true size: 1Gi \ No newline at end of file