Scott Baker | c9d3d84 | 2021-09-17 11:32:53 -0700 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org> |
| 2 | # |
| 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 4 | |
| 5 | # Default values for aether-roc-gui. |
| 6 | # This is a YAML-formatted file. |
| 7 | # Declare variables to be passed into your templates. |
| 8 | |
| 9 | replicaCount: 1 |
| 10 | |
| 11 | image: |
| 12 | repository: onosproject/aether-roc-gui |
Sean Condon | d0b49c2 | 2021-11-17 09:25:31 +0000 | [diff] [blame] | 13 | tag: v0.7.29 |
Scott Baker | c9d3d84 | 2021-09-17 11:32:53 -0700 | [diff] [blame] | 14 | pullPolicy: IfNotPresent |
| 15 | pullSecrets: [] |
| 16 | |
| 17 | imagePullSecrets: [] |
| 18 | nameOverride: "" |
| 19 | fullnameOverride: "aether-roc-gui" |
| 20 | |
| 21 | ## Client service. |
| 22 | service: |
| 23 | enabled: true |
| 24 | ## Service name is user-configurable for maximum service discovery flexibility. |
| 25 | name: aether-roc-gui |
| 26 | type: LoadBalancer |
| 27 | external: |
| 28 | nodePort: 31190 |
| 29 | |
| 30 | ingress: |
| 31 | enabled: true |
| 32 | |
| 33 | ports: |
| 34 | web: |
| 35 | containerPort: 80 |
| 36 | protocol: TCP |
| 37 | |
| 38 | # Enable by giving a value like http://dex-ldap-umbrella:5556 |
| 39 | # make sure this is reachable at http://dex-ldap-umbrella:5556/.well-known/openid-configuration |
| 40 | openidc: |
| 41 | issuer: |
| 42 | |
| 43 | resources: {} |
| 44 | # We usually recommend not to specify default resources and to leave this as a conscious |
| 45 | # choice for the user. This also increases chances charts run on environments with little |
| 46 | # resources, such as Minikube. If you do want to specify resources, uncomment the following |
| 47 | # lines, adjust them as necessary, and remove the curly braces after 'resources:'. |
| 48 | # limits: |
| 49 | # cpu: 100m |
| 50 | # memory: 128Mi |
| 51 | # requests: |
| 52 | # cpu: 100m |
| 53 | # memory: 128Mi |
| 54 | |
| 55 | nodeSelector: {} |
| 56 | |
| 57 | tolerations: [] |
| 58 | |
| 59 | affinity: {} |
| 60 | |
| 61 | aetherservices: |
| 62 | aether-roc-api: |
| 63 | http: 8181 |
| 64 | protocol: http |
| 65 | streamTimeout: 3600 |
| 66 | |
| 67 | websocket: |
| 68 | proxyEnabled: false |
Sean Condon | d7d1834 | 2021-10-11 14:25:27 +0100 | [diff] [blame] | 69 | service: aether-roc-websocket |
Scott Baker | c9d3d84 | 2021-09-17 11:32:53 -0700 | [diff] [blame] | 70 | protocol: http |
| 71 | port: 80 |
| 72 | |
| 73 | grafana: |
| 74 | proxyEnabled: false |
| 75 | service: grafana |
| 76 | protocol: http |
| 77 | port: 80 |
| 78 | |
| 79 | prometheus: |
| 80 | proxyEnabled: false |
| 81 | service: prometheus |
| 82 | protocol: http |
| 83 | port: 80 |
| 84 | |
| 85 | Nginx: |
| 86 | port: 80 |