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-api. |
| 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-api |
Sean Condon | 9b72e36 | 2021-10-07 12:59:21 +0100 | [diff] [blame^] | 13 | tag: v0.8.2 |
Scott Baker | c9d3d84 | 2021-09-17 11:32:53 -0700 | [diff] [blame] | 14 | pullPolicy: IfNotPresent |
| 15 | pullSecrets: [] |
| 16 | websocketsidecar: |
| 17 | repository: onosproject/aether-roc-websocket |
| 18 | |
| 19 | imagePullSecrets: [] |
| 20 | nameOverride: "" |
| 21 | fullnameOverride: "aether-roc-api" |
| 22 | |
| 23 | # Needed for development only - set to blank otherwise |
| 24 | corsOrigins: |
| 25 | - http://localhost:4200 |
| 26 | |
Sean Condon | 2a3b5b7 | 2021-10-06 13:29:03 +0100 | [diff] [blame] | 27 | # Enable by giving a value like http://k3u-keycloak:80/auth/realms/master |
| 28 | # make sure this is reachable at http://k3u-keycloak:80/auth/realms/master/.well-known/openid-configuration |
| 29 | openidc: |
| 30 | issuer: |
| 31 | |
Scott Baker | c9d3d84 | 2021-09-17 11:32:53 -0700 | [diff] [blame] | 32 | websocketsidecar: |
| 33 | enabled: true |
| 34 | port: 8120 |
| 35 | |
| 36 | store: {} |
| 37 | |
| 38 | service: |
| 39 | type: ClusterIP |
| 40 | |
| 41 | resources: {} |
| 42 | # We usually recommend not to specify default resources and to leave this as a conscious |
| 43 | # choice for the user. This also increases chances charts run on environments with little |
| 44 | # resources, such as Minikube. If you do want to specify resources, uncomment the following |
| 45 | # lines, adjust them as necessary, and remove the curly braces after 'resources:'. |
| 46 | # limits: |
| 47 | # cpu: 100m |
| 48 | # memory: 128Mi |
| 49 | # requests: |
| 50 | # cpu: 100m |
| 51 | # memory: 128Mi |
| 52 | |
| 53 | nodeSelector: {} |
| 54 | |
| 55 | tolerations: [] |
| 56 | |
| 57 | affinity: {} |
| 58 | |
| 59 | logging: |
| 60 | loggers: |
| 61 | root: |
| 62 | level: info |
| 63 | output: |
| 64 | stdout: |
| 65 | sink: stdout |
| 66 | sinks: |
| 67 | stdout: |
| 68 | type: stdout |
| 69 | stdout: {} |