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 | c8b9ae2 | 2021-10-07 16:49:54 +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 | |
| 27 | websocketsidecar: |
| 28 | enabled: true |
| 29 | port: 8120 |
| 30 | |
| 31 | store: {} |
| 32 | |
| 33 | service: |
| 34 | type: ClusterIP |
| 35 | |
| 36 | resources: {} |
| 37 | # We usually recommend not to specify default resources and to leave this as a conscious |
| 38 | # choice for the user. This also increases chances charts run on environments with little |
| 39 | # resources, such as Minikube. If you do want to specify resources, uncomment the following |
| 40 | # lines, adjust them as necessary, and remove the curly braces after 'resources:'. |
| 41 | # limits: |
| 42 | # cpu: 100m |
| 43 | # memory: 128Mi |
| 44 | # requests: |
| 45 | # cpu: 100m |
| 46 | # memory: 128Mi |
| 47 | |
| 48 | nodeSelector: {} |
| 49 | |
| 50 | tolerations: [] |
| 51 | |
| 52 | affinity: {} |
| 53 | |
| 54 | logging: |
| 55 | loggers: |
| 56 | root: |
| 57 | level: info |
| 58 | output: |
| 59 | stdout: |
| 60 | sink: stdout |
| 61 | sinks: |
| 62 | stdout: |
| 63 | type: stdout |
| 64 | stdout: {} |