94319bc926
port number in keystone Now binding ports of service and pod spec are configured using internal endpoint values. To support reverse proxy for internalUrl, need to distinguish between binding ports and internal endpoint ports. I added `service` section in endpoint items apart from admin,public ,internal and default. Change-Id: I79b867a4e6771e07d1eebec89235352d7613e8eb
17 lines
262 B
YAML
17 lines
262 B
YAML
---
|
|
endpoints:
|
|
identity:
|
|
host_fqdn_override:
|
|
public: example.com
|
|
scheme:
|
|
default: https
|
|
public: https
|
|
internal: https
|
|
service: http
|
|
port:
|
|
api:
|
|
default: 443
|
|
internal: 443
|
|
service: 5000
|
|
...
|