Skip to content

Commit

Permalink
fix(radicale): unauth ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Sep 29, 2024
1 parent 734bd4c commit f517cee
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions kube/deploy/apps/radicale/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,26 @@ spec:
}
hosts:
- host: &host "${APP_DNS_RADICALE:=radicale}"
paths: &paths
- path: /
paths:
- &path
path: /
pathType: Prefix
service:
identifier: radicale
port: http
tls:
- hosts: [*host]
unauth:
className: nginx-internal
hosts:
- host: *host
paths:
- <<: *path
path: /.web
- <<: *path
path: /.well-known
tls:
- hosts: [*host]
persistence:
config:
type: secret
Expand Down

0 comments on commit f517cee

Please sign in to comment.