fix a weird ingress issue with activity pub

This commit is contained in:
JesseBot 2025-09-29 16:29:38 +02:00
parent b0552bd0bc
commit 8fd1d1dbdc
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ type: application
# 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.0
version: 2.1.1
# renovate: image=docker.io/ghost
appVersion: "6.1.0"

View file

@ -1,6 +1,6 @@
# ghost
![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.1.0](https://img.shields.io/badge/AppVersion-6.1.0-informational?style=flat-square)
![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.1.0](https://img.shields.io/badge/AppVersion-6.1.0-informational?style=flat-square)
A Helm chart for deploying Ghost on Kubernetes

View file

@ -33,7 +33,7 @@ spec:
paths:
{{- if and $.Values.activity_pub.enabled (not $.Values.proxy.enabled) }}
# ActivityPub routes (must come before the catch-all route)
- path: /\.ghost/activitypub(?/.*)?
- path: /\.ghost/activitypub/.*
pathType: ImplementationSpecific
backend:
service:
@ -82,7 +82,7 @@ spec:
paths:
{{- if and $.Values.activity_pub.enabled (not $.Values.proxy.enabled) }}
# ActivityPub routes (must come before the catch-all route)
- path: /\.ghost/activitypub(?/.*)?
- path: /\.ghost/activitypub/.*
pathType: ImplementationSpecific
backend:
service: