Skip to content

Commit

Permalink
Update for CF v35.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cweibel committed Dec 18, 2023
1 parent 84fba17 commit 920ccc8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bosh/opsfiles/router-logstash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,8 @@
value:
gorouter: nil

# Avoid conflict with https://github.com/cloudfoundry/cf-deployment/pull/1141/files and use an alternate port
- type: replace
path: /instance_groups/name=router-logstash/jobs/name=gorouter/properties/router/status?/tls?
value:
port: 9443
5 changes: 5 additions & 0 deletions bosh/opsfiles/router-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,8 @@
value:
gorouter: nil

# Avoid conflict with https://github.com/cloudfoundry/cf-deployment/pull/1141/files and use an alternate port
- type: replace
path: /instance_groups/name=router-main/jobs/name=gorouter/properties/router/status?/tls?
value:
port: 9443
7 changes: 7 additions & 0 deletions bosh/opsfiles/secureproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,10 @@
- type: replace
path: /instance_groups/name=router/jobs/name=gorouter/properties/router/tls_port?
value: 8443


# Avoid conflict with https://github.com/cloudfoundry/cf-deployment/pull/1141/files and use an alternate port
- type: replace
path: /instance_groups/name=router/jobs/name=gorouter/properties/router/status?/tls?
value:
port: 9443

0 comments on commit 920ccc8

Please sign in to comment.