Skip to content

Commit

Permalink
feat(app.yaml): disable TLS for paperless-gpt ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
qjoly committed Jan 14, 2025
1 parent 8924327 commit 8fac27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortado/apps/paperless-gpt/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
hostName: "paperless-gpt.<path:kv/cluster#domain>"
ingressClassName: nginx
tls:
enabled: true
enabled: false
secretName: "paperless-gpt-tls"
annotations:
cert-manager.io/cluster-issuer: cloudflare
Expand Down

0 comments on commit 8fac27c

Please sign in to comment.