Skip to content

Commit

Permalink
chore: ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3fou committed Sep 27, 2024
1 parent d185d34 commit 37ba4cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/suwayomi/suwayomi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,16 @@ spec:
cert-manager.io/cluster-issuer: letsencrypt
external-dns.alpha.kubernetes.io/target: ${DDNS}
hosts:
- host: "{{ .Release.Name }}.${ROOT_DOMAIN}"
- host: &host "{{ .Release.Name }}.${ROOT_DOMAIN}"
paths:
- path: /
service:
identifier: app
port: http
tls:
- hosts:
- *host
secretName: letsencrypt-suwayomi
persistence:
data:
existingClaim: suwayomi-data
Expand Down

0 comments on commit 37ba4cd

Please sign in to comment.