Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
-service was missing from HTTP services definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkay committed Apr 26, 2024
1 parent 69da74d commit b0d9015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def _ingress_config(self) -> dict:
"rule": "ClientIP(`0.0.0.0/0`)",
}
http_services[
f"juju-{self.model.name}-{self.model.app.name}-{sanitized_protocol}"
f"juju-{self.model.name}-{self.model.app.name}-service-{sanitized_protocol}"
] = {"loadBalancer": {"servers": [{"url": f"http://{self.hostname}:{port}"}]}}
return {
"tcp": {
Expand Down

0 comments on commit b0d9015

Please sign in to comment.