Skip to content

Commit

Permalink
fix(mautrix-insta): publish service even if not ready to fix homeserv…
Browse files Browse the repository at this point in the history
…er -> bridge communication on startup
  • Loading branch information
lucas-dclrcq committed Mar 3, 2025
1 parent f233c33 commit 04aaeb4
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ spec:
env:
TZ: "${TIMEZONE}"

probes:
liveness:
enabled: true
readiness:
enabled: true

resources:
requests:
cpu: 10m
Expand All @@ -56,6 +50,7 @@ spec:
service:
app:
controller: *app
publishNotReadyAddresses: true
ports:
http:
port: 29319
Expand Down

0 comments on commit 04aaeb4

Please sign in to comment.