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