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