mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-01-27 02:22:59 +00:00
[WIFI-9155] Chg: checkout OWRRM for now
Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
This commit is contained in:
@@ -28,9 +28,9 @@ dependencies:
|
||||
- name: owsub
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=main"
|
||||
version: 0.1.0
|
||||
- name: owrrm
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-rrm@helm?ref=main"
|
||||
version: 0.1.0
|
||||
#- name: owrrm
|
||||
# repository: "git+https://github.com/Telecominfraproject/wlan-cloud-rrm@helm?ref=main"
|
||||
# version: 0.1.0
|
||||
- name: kafka
|
||||
repository: https://tip.jfrog.io/artifactory/tip-wlan-cloud-ucentral-helm/
|
||||
version: 13.0.2
|
||||
|
||||
@@ -443,21 +443,21 @@ haproxy:
|
||||
server svc_owsub_rest_internal owsub-owsub:17006
|
||||
|
||||
# owrrm
|
||||
frontend front_owrrm_rest
|
||||
bind :16789
|
||||
mode tcp
|
||||
default_backend back_owrrm_rest
|
||||
backend back_owrrm_rest
|
||||
mode tcp
|
||||
server svc_owrrm_rest owrrm-owrrm:16789
|
||||
#frontend front_owrrm_rest
|
||||
# bind :16789
|
||||
# mode tcp
|
||||
# default_backend back_owrrm_rest
|
||||
#backend back_owrrm_rest
|
||||
# mode tcp
|
||||
# server svc_owrrm_rest owrrm-owrrm:16789
|
||||
|
||||
frontend front_owrrm_rest_internal
|
||||
bind :17007
|
||||
mode tcp
|
||||
default_backend back_owrrm_rest_internal
|
||||
backend back_owrrm_rest_internal
|
||||
mode tcp
|
||||
server svc_owrrm_rest_internal owrrm-owrrm:17007
|
||||
#frontend front_owrrm_rest_internal
|
||||
# bind :17007
|
||||
# mode tcp
|
||||
# default_backend back_owrrm_rest_internal
|
||||
#backend back_owrrm_rest_internal
|
||||
# mode tcp
|
||||
# server svc_owrrm_rest_internal owrrm-owrrm:17007
|
||||
|
||||
# Cert-manager RESTAPI certs
|
||||
restapiCerts:
|
||||
|
||||
Reference in New Issue
Block a user