Skip to content

Commit

Permalink
Merge branch 'main' into add-joeeltgroth
Browse files Browse the repository at this point in the history
  • Loading branch information
joeeltgroth authored Jan 9, 2025
2 parents a4814ac + 671be28 commit 5c97417
Show file tree
Hide file tree
Showing 7 changed files with 649 additions and 26 deletions.
5 changes: 5 additions & 0 deletions org/cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ orgs:
description: Infrastructure as Code for the App Runtime Interfaces Working Group
has_projects: true
default_branch: main
app-runtime-platform-envs:
default_branch: main
description: bbl state files for App Runtime Platform Working Group environments
has_projects: false
private: true
apt-buildpack:
has_projects: false
has_wiki: false
Expand Down
9 changes: 1 addition & 8 deletions org/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ contributors:
- acrmp
- aditya267vmware
- adrianhoelzl-sap
- akrishna90
- ameowlia
- anoopjb
- anshrupani
Expand Down Expand Up @@ -42,7 +41,6 @@ contributors:
- cf-rabbit-bot
- cf-release-notes-bot
- chaitanyamullangi
- clintyoshimura
- colins
- coolgang123
- crhntr
Expand All @@ -65,7 +63,6 @@ contributors:
- duanemay
- dubeyshefali
- ebroberson
- eirinici
- emalm
- emmjohnson
- evanfarrar
Expand Down Expand Up @@ -94,7 +91,6 @@ contributors:
- jbooherl
- jericop
- jhvhs
- jimconner
- jintusebastian
- jmervinnirma
- joaopapereira
Expand Down Expand Up @@ -126,7 +122,6 @@ contributors:
- m-thavaf
- MarcPaquette
- mariash
- matt-royal
- max-soe
- MerricdeLauney
- metric-store-ci
Expand All @@ -142,7 +137,6 @@ contributors:
- nader-ziada
- nakulogale-cb
- nand2
- nebhale
- norman-abramovitz
- nouseforaname
- ohkyle
Expand All @@ -164,7 +158,6 @@ contributors:
- pyogesh2
- radhavmwtnz
- radito3
- radoslav-tomov
- ragaskar
- rajathagasthya
- ramonskie
Expand All @@ -180,7 +173,6 @@ contributors:
- salzmannsusan
- samze
- Sascha-Stoj
- sboyajyan
- selzoc
- services-api-ci
- servicesenablement
Expand Down Expand Up @@ -233,3 +225,4 @@ contributors:
- zucchinidev
- nookala
- joeeltgroth
- jajita
4 changes: 2 additions & 2 deletions toc/rfc/rfc-0027-generic-per-route-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ applications:
routes:
- route: example.com
options:
loadbalancing-algorithm: round-robin
loadbalancing: round-robin
connection-limit: 15
session-cookie: FOOBAR
trim-path: true
Expand Down Expand Up @@ -124,7 +124,7 @@ not final):
"some_key": "some_value"
},
"options": {
"lb-algo": "least-conn",
"loadbalancing": "least-conn",
"conn-limit": 100,
"cookie": "my-session-cookie",
"trim-path": true
Expand Down
Loading

0 comments on commit 5c97417

Please sign in to comment.