Skip to content

Commit

Permalink
add secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-js committed Sep 8, 2024
1 parent b3ec7bd commit 8d673ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/base/networking/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ metadata:
name: web-ingress
namespace: misskey
annotations:
traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/router.tls.certresolver: "letsencrypt"
cert-manager.io/cluster-issuer: letsencrypt-cloudflare
spec:
rules:
- host: key.aoki.app
Expand All @@ -32,3 +31,4 @@ spec:
tls:
- hosts:
- "*.aoki.app"
secretName: service-tls

0 comments on commit 8d673ca

Please sign in to comment.