Skip to content

Commit

Permalink
Another attempt at a fix
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <[email protected]>
  • Loading branch information
funkypenguin committed Feb 9, 2023
1 parent 827d826 commit 6208361
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand All @@ -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

0 comments on commit 6208361

Please sign in to comment.