blob: 7d59f9b6da58fa58d4d51dfef2ef57e9e6d9b7cf [file] [log] [blame]
# SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
#
# SPDX-License-Identifier: Apache-2.0
# Default values for aether-roc-gui.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: onosproject/aether-roc-gui
tag: "{{ .Chart.AppVersion }}"
pullPolicy: IfNotPresent
pullSecrets: []
imagePullSecrets: []
## Client service.
service:
enabled: true
## Service name is user-configurable for maximum service discovery flexibility.
name: aether-roc-gui
type: NodePort
external:
nodePort: 31194
ingress:
enabled: false
ports:
web:
containerPort: 80
protocol: TCP
# Enable by giving a value like http://k3u-keycloak:5557/auth/realms/master
# make sure this is reachable at http://k3u-keycloak:5557/auth/realms/master/.well-known/openid-configuration
openidc:
issuer:
feature:
aether: true
sdnfabric: true
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
aetherservices:
aether-roc-api:
service: "{{ .Release.Name }}-aether-roc-api"
http: 8181
protocol: http
streamTimeout: 3600
grafana:
proxyEnabled: false
service: grafana
protocol: http
port: 80
prometheus:
acc:
proxyEnabled: false
service: prometheus-acc
protocol: http
port: 80
amp:
proxyEnabled: false
service: prometheus-amp
protocol: http
port: 80
site: []
Nginx:
port: 80