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
|
discoverable: false
|
||||||
urlRewriteSupported: true
|
urlRewriteSupported: true
|
||||||
targetPort: 3100
|
targetPort: 3100
|
||||||
exposure: none
|
exposure: internal
|
||||||
secure: true
|
secure: true
|
||||||
protocol: https
|
protocol: https
|
||||||
- name: code-redirect-1
|
- name: code-redirect-1
|
||||||
targetPort: 13131
|
targetPort: 13131
|
||||||
exposure: none
|
exposure: internal
|
||||||
protocol: https
|
protocol: https
|
||||||
attributes:
|
attributes:
|
||||||
discoverable: false
|
discoverable: false
|
||||||
urlRewriteSupported: false
|
urlRewriteSupported: false
|
||||||
- name: code-redirect-2
|
- name: code-redirect-2
|
||||||
targetPort: 13132
|
targetPort: 13132
|
||||||
exposure: none
|
exposure: internal
|
||||||
protocol: https
|
protocol: https
|
||||||
attributes:
|
attributes:
|
||||||
discoverable: false
|
discoverable: false
|
||||||
urlRewriteSupported: false
|
urlRewriteSupported: false
|
||||||
- name: code-redirect-3
|
- name: code-redirect-3
|
||||||
targetPort: 13133
|
targetPort: 13133
|
||||||
exposure: none
|
exposure: internal
|
||||||
protocol: https
|
protocol: https
|
||||||
attributes:
|
attributes:
|
||||||
discoverable: false
|
discoverable: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue