mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2026-03-22 01:39:19 +00:00
* all credentials moved to globals * cassandra fix * centralized certificates, removed unneded entities * minor fixes, local-multi-namespace example fixes * removing unneeded sections in the yaml files * updates to changelog and multiple namespaces examples * fixing last couple of services, removed not needed secrets, centralized httpclientconfig.json and ssl.properties * minor improvements * changelog reformatted * fixing startupprobe and changelog Co-authored-by: Gleb Boushev <4c74356b41@outlook.com>
94 lines
1.7 KiB
YAML
94 lines
1.7 KiB
YAML
opensync-gw-static:
|
|
enabled: false
|
|
|
|
common:
|
|
efs-provisioner:
|
|
enabled: true
|
|
provisioner:
|
|
efsFileSystemId: fs-49a5104c
|
|
awsRegion: us-west-2
|
|
efsDnsName: fs-49a5104c.efs.us-west-2.amazonaws.com
|
|
storageClass: aws-efs
|
|
|
|
opensync-gw-cloud:
|
|
enabled: true
|
|
externalhost:
|
|
address:
|
|
ovsdb: opensync-controller.demo.lab.wlan.tip.build
|
|
mqtt: opensync-mqtt-broker.demo.lab.wlan.tip.build
|
|
persistence:
|
|
enabled: false
|
|
filestore:
|
|
url: https://wlan-filestore.demo.lab.wlan.tip.build
|
|
|
|
opensync-mqtt-broker:
|
|
enabled: true
|
|
replicaCount: 1
|
|
persistence:
|
|
enabled: true
|
|
storageClass: gp2
|
|
|
|
wlan-cloud-graphql-gw:
|
|
enabled: true
|
|
env:
|
|
portalsvc: wlan-portal-svc.demo.lab.wlan.tip.build
|
|
|
|
wlan-cloud-static-portal:
|
|
enabled: true
|
|
env:
|
|
graphql: https://wlan-graphql.demo.lab.wlan.tip.build
|
|
ingress:
|
|
hosts:
|
|
- host: wlan-ui.demo.lab.wlan.tip.build
|
|
paths: [
|
|
/
|
|
]
|
|
|
|
wlan-portal-service:
|
|
enabled: true
|
|
persistence:
|
|
enabled: true
|
|
storageClass: aws-efs
|
|
filestoreSize: 10Gi
|
|
|
|
wlan-prov-service:
|
|
enabled: true
|
|
|
|
wlan-ssc-service:
|
|
enabled: true
|
|
|
|
wlan-spc-service:
|
|
enabled: true
|
|
|
|
wlan-port-forwarding-gateway-service:
|
|
enabled: true
|
|
creds:
|
|
websocketSessionTokenEncKey: MyToKeN0MyToKeN1
|
|
externallyVisible:
|
|
host: api.wlan.demo.lab.wlan.tip.build
|
|
port: 30401
|
|
|
|
nginx-ingress-controller:
|
|
enabled: true
|
|
controller:
|
|
config:
|
|
externalStatusAddress: api.wlan.demo.lab.wlan.tip.build
|
|
|
|
kafka:
|
|
enabled: true
|
|
persistence:
|
|
enabled: true
|
|
storageClass: gp2
|
|
|
|
cassandra:
|
|
enabled: true
|
|
persistence:
|
|
enabled: true
|
|
storageClass: gp2
|
|
|
|
postgresql:
|
|
enabled: true
|
|
persistence:
|
|
enabled: true
|
|
storageClass: gp2
|