expose the webfinger caddy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Brunner 2022-11-23 17:57:55 +01:00
parent f35aa2efad
commit 1a9d3153dd
Signed by: tobru
SSH Key Fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
2 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,13 @@ spec:
- host: tobru.ch
http:
paths:
- path: /.well-known/webfinger
pathType: Prefix
backend:
service:
name: ghost
port:
number: 8080
- path: /
pathType: Prefix
backend:

View File

@ -11,6 +11,9 @@ spec:
- port: 2368
protocol: TCP
targetPort: 2368
- port: 8080
protocol: TCP
targetPort: 8080
selector:
component: ghost
sessionAffinity: None