Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
feat(calibre): fix webserver ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
truxnell committed Apr 4, 2022
1 parent 444b5a5 commit 4b9ebcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion k8s/manifests/organizarrs/calibre/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,14 @@ spec:
paths:
- path: /
pathType: Prefix
service:
name: calibre-webserver
port: 8081
tls:
- hosts:
- *host
secretName: &tls calibre-cs-${CLUSTER_NAME}-tls


service:
webserver:
enabled: true
Expand Down

0 comments on commit 4b9ebcc

Please sign in to comment.