mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-03-20 03:40:49 +00:00
Compare commits
6 Commits
v2.6.0-RC3
...
v2.6.0-RC5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48f8f66a19 | ||
|
|
e78d127505 | ||
|
|
fee790f57e | ||
|
|
a998ef032d | ||
|
|
ca493f345f | ||
|
|
05c098d056 |
@@ -2,10 +2,10 @@ apiVersion: v2
|
||||
name: openwifi
|
||||
appVersion: "1.0"
|
||||
description: A Helm chart for Kubernetes
|
||||
version: 2.6.0-RC3
|
||||
version: 2.6.0-RC5
|
||||
dependencies:
|
||||
- name: owgw
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.6.0-RC2"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.6.0-RC3"
|
||||
version: 0.1.0
|
||||
- name: owsec
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.6.0-RC2"
|
||||
@@ -14,16 +14,16 @@ dependencies:
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.6.0-RC1"
|
||||
version: 0.1.0
|
||||
- name: owprov
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v2.6.0-RC2"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v2.6.0-RC3"
|
||||
version: 0.1.0
|
||||
- name: owanalytics
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v2.6.0-RC2"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v2.6.0-RC3"
|
||||
version: 0.1.0
|
||||
- name: owgwui
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v2.6.0-RC2"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v2.6.0-RC3"
|
||||
version: 0.1.0
|
||||
- name: owprovui
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v2.6.0-RC3"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v2.6.0-RC4"
|
||||
version: 0.1.0
|
||||
- name: owsub
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v2.6.0-RC1"
|
||||
|
||||
@@ -12,3 +12,10 @@ owgw:
|
||||
postgresqlDatabase: owgw
|
||||
postgresqlUsername: owgw
|
||||
postgresqlPassword: owgw
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 1024Mi
|
||||
limits:
|
||||
cpu: 250m
|
||||
memory: 1024Mi
|
||||
|
||||
@@ -616,13 +616,20 @@ clustersysteminfo:
|
||||
delay: 60 # delaying to wait for AWS Route53 DNS propagation
|
||||
|
||||
haproxy:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 20Mi
|
||||
limits:
|
||||
cpu: 10m
|
||||
memory: 20Gi
|
||||
service:
|
||||
annotations:
|
||||
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: ssl
|
||||
service.beta.kubernetes.io/aws-load-balancer-healthcheck-port: "8080"
|
||||
service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing
|
||||
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:acm:us-east-2:289708231103:certificate/bfa89c7a-5b64-4a8a-bcfe-ffec655b5285
|
||||
service.beta.kubernetes.io/aws-load-balancer-ssl-ports: "16004,17004,16002,16003,17002,16005,17005,16001,17001,5912,5913,16009,16007"
|
||||
service.beta.kubernetes.io/aws-load-balancer-ssl-ports: "16004,17004,16002,16003,17002,16005,17005,16001,17001,5912,5913,16009,16007,16006,17006"
|
||||
service.beta.kubernetes.io/aws-load-balancer-type: nlb-ip
|
||||
|
||||
restapiCerts:
|
||||
|
||||
@@ -403,7 +403,7 @@ haproxy:
|
||||
|
||||
# owsub
|
||||
frontend front_owsub_rest
|
||||
bind :16009
|
||||
bind :16006
|
||||
mode tcp
|
||||
default_backend back_owsub_rest
|
||||
backend back_owsub_rest
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Image tags
|
||||
COMPOSE_PROJECT_NAME=openwifi
|
||||
OWGW_TAG=v2.6.0-RC2
|
||||
OWGWUI_TAG=v2.6.0-RC2
|
||||
OWGW_TAG=v2.6.0-RC3
|
||||
OWGWUI_TAG=v2.6.0-RC3
|
||||
OWSEC_TAG=v2.6.0-RC2
|
||||
OWFMS_TAG=v2.6.0-RC1
|
||||
OWPROV_TAG=v2.6.0-RC2
|
||||
OWPROVUI_TAG=v2.6.0-RC3
|
||||
OWANALYTICS_TAG=v2.6.0-RC2
|
||||
OWPROV_TAG=v2.6.0-RC3
|
||||
OWPROVUI_TAG=v2.6.0-RC4
|
||||
OWANALYTICS_TAG=v2.6.0-RC3
|
||||
OWSUB_TAG=v2.6.0-RC1
|
||||
KAFKA_TAG=latest
|
||||
ZOOKEEPER_TAG=latest
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Image tags
|
||||
COMPOSE_PROJECT_NAME=openwifi
|
||||
OWGW_TAG=v2.6.0-RC2
|
||||
OWGWUI_TAG=v2.6.0-RC2
|
||||
OWGW_TAG=v2.6.0-RC3
|
||||
OWGWUI_TAG=v2.6.0-RC3
|
||||
OWSEC_TAG=v2.6.0-RC2
|
||||
OWFMS_TAG=v2.6.0-RC1
|
||||
OWPROV_TAG=v2.6.0-RC2
|
||||
OWPROVUI_TAG=v2.6.0-RC3
|
||||
OWANALYTICS_TAG=v2.6.0-RC2
|
||||
OWPROV_TAG=v2.6.0-RC3
|
||||
OWPROVUI_TAG=v2.6.0-RC4
|
||||
OWANALYTICS_TAG=v2.6.0-RC3
|
||||
OWSUB_TAG=v2.6.0-RC1
|
||||
KAFKA_TAG=latest
|
||||
ZOOKEEPER_TAG=latest
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Image tags
|
||||
COMPOSE_PROJECT_NAME=openwifi
|
||||
OWGW_TAG=v2.6.0-RC2
|
||||
OWGWUI_TAG=v2.6.0-RC2
|
||||
OWGW_TAG=v2.6.0-RC3
|
||||
OWGWUI_TAG=v2.6.0-RC3
|
||||
OWSEC_TAG=v2.6.0-RC2
|
||||
OWFMS_TAG=v2.6.0-RC1
|
||||
OWPROV_TAG=v2.6.0-RC2
|
||||
OWPROVUI_TAG=v2.6.0-RC3
|
||||
OWANALYTICS_TAG=v2.6.0-RC2
|
||||
OWPROV_TAG=v2.6.0-RC3
|
||||
OWPROVUI_TAG=v2.6.0-RC4
|
||||
OWANALYTICS_TAG=v2.6.0-RC3
|
||||
OWSUB_TAG=v2.6.0-RC1
|
||||
KAFKA_TAG=latest
|
||||
ZOOKEEPER_TAG=latest
|
||||
|
||||
Reference in New Issue
Block a user