fix a weird ingress issue with activity pub
This commit is contained in:
parent
b0552bd0bc
commit
8fd1d1dbdc
3 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ type: application
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 2.1.0
|
version: 2.1.1
|
||||||
|
|
||||||
# renovate: image=docker.io/ghost
|
# renovate: image=docker.io/ghost
|
||||||
appVersion: "6.1.0"
|
appVersion: "6.1.0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# ghost
|
# ghost
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm chart for deploying Ghost on Kubernetes
|
A Helm chart for deploying Ghost on Kubernetes
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ spec:
|
||||||
paths:
|
paths:
|
||||||
{{- if and $.Values.activity_pub.enabled (not $.Values.proxy.enabled) }}
|
{{- if and $.Values.activity_pub.enabled (not $.Values.proxy.enabled) }}
|
||||||
# ActivityPub routes (must come before the catch-all route)
|
# ActivityPub routes (must come before the catch-all route)
|
||||||
- path: /\.ghost/activitypub(?/.*)?
|
- path: /\.ghost/activitypub/.*
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
|
@ -82,7 +82,7 @@ spec:
|
||||||
paths:
|
paths:
|
||||||
{{- if and $.Values.activity_pub.enabled (not $.Values.proxy.enabled) }}
|
{{- if and $.Values.activity_pub.enabled (not $.Values.proxy.enabled) }}
|
||||||
# ActivityPub routes (must come before the catch-all route)
|
# ActivityPub routes (must come before the catch-all route)
|
||||||
- path: /\.ghost/activitypub(?/.*)?
|
- path: /\.ghost/activitypub/.*
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue