expose the webfinger caddy
All checks were successful
continuous-integration/drone/push Build is passing

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 - host: tobru.ch
http: http:
paths: paths:
- path: /.well-known/webfinger
pathType: Prefix
backend:
service:
name: ghost
port:
number: 8080
- path: / - path: /
pathType: Prefix pathType: Prefix
backend: backend:

View file

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