change endpoint exposure to internal
internal expose creates only services for endpoints
This commit is contained in:
parent
530104bf1f
commit
78608de9ce
1 changed files with 4 additions and 4 deletions
|
|
@ -54,26 +54,26 @@ components:
|
|||
discoverable: false
|
||||
urlRewriteSupported: true
|
||||
targetPort: 3100
|
||||
exposure: none
|
||||
exposure: internal
|
||||
secure: true
|
||||
protocol: https
|
||||
- name: code-redirect-1
|
||||
targetPort: 13131
|
||||
exposure: none
|
||||
exposure: internal
|
||||
protocol: https
|
||||
attributes:
|
||||
discoverable: false
|
||||
urlRewriteSupported: false
|
||||
- name: code-redirect-2
|
||||
targetPort: 13132
|
||||
exposure: none
|
||||
exposure: internal
|
||||
protocol: https
|
||||
attributes:
|
||||
discoverable: false
|
||||
urlRewriteSupported: false
|
||||
- name: code-redirect-3
|
||||
targetPort: 13133
|
||||
exposure: none
|
||||
exposure: internal
|
||||
protocol: https
|
||||
attributes:
|
||||
discoverable: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue