Skip to content

Commit

Permalink
set different route group name for postgres to avoid colision with ot…
Browse files Browse the repository at this point in the history
…her deployments
  • Loading branch information
bonzofenix committed Sep 2, 2024
1 parent 64709d8 commit 9030217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/use-cf-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
api_url: "https://api.((system_domain)):443"
oauth_url: "https://uaa.((system_domain)):443"
routes:
- name: autoscaler_postgres
- name: ((deployment_name))_postgres
registration_interval: 20s
port: 5432
external_port: ((postgres_external_port))
Expand Down

0 comments on commit 9030217

Please sign in to comment.