feat(ssl): Move to cert-manager
This commit is contained in:
parent
98a35e475e
commit
a7a03b2608
@ -16,6 +16,7 @@ metadata:
|
|||||||
namespace: gitea
|
namespace: gitea
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "traefik"
|
kubernetes.io/ingress.class: "traefik"
|
||||||
|
cert-manager.io/cluster-issuer: "letsencrypt-production"
|
||||||
spec:
|
spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
@ -28,4 +29,4 @@ spec:
|
|||||||
- name: gitea-svc
|
- name: gitea-svc
|
||||||
port: 80
|
port: 80
|
||||||
tls:
|
tls:
|
||||||
certResolver: letsencrypt
|
secretName: git-halis-io-tls
|
||||||
|
Loading…
Reference in New Issue
Block a user