Skip to content

Commit c759780

Browse files
authored
fix: enable temporary certificates for Gitea ingress (#280)
1 parent 1247af8 commit c759780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: apps/gitea/ingress.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
namespace: gitea
66
annotations:
77
kubernetes.io/ingress.class: traefik
8+
cert-manager.io/issue-temporary-certificate: "true"
89
acme.cert-manager.io/http01-edit-in-place: "true"
910
cert-manager.io/cluster-issuer: "letsencrypt-prod"
1011
spec:

0 commit comments

Comments
 (0)