import helm charts from sdran-helm-charts
- Fixed licensing issues
Change-Id: Ib4f726a6359e340884d329a801eb0b498d7bbb38
diff --git a/aether-roc-api/values.yaml b/aether-roc-api/values.yaml
new file mode 100644
index 0000000..5f4f9d7
--- /dev/null
+++ b/aether-roc-api/values.yaml
@@ -0,0 +1,64 @@
+# SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
+#
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+
+# Default values for aether-roc-api.
+# This is a YAML-formatted file.
+# Declare variables to be passed into your templates.
+
+replicaCount: 1
+
+image:
+ repository: onosproject/aether-roc-api
+ tag: v0.7.14
+ pullPolicy: IfNotPresent
+ pullSecrets: []
+ websocketsidecar:
+ repository: onosproject/aether-roc-websocket
+
+imagePullSecrets: []
+nameOverride: ""
+fullnameOverride: "aether-roc-api"
+
+# Needed for development only - set to blank otherwise
+corsOrigins:
+ - http://localhost:4200
+
+websocketsidecar:
+ enabled: true
+ port: 8120
+
+store: {}
+
+service:
+ type: ClusterIP
+
+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: {}
+
+logging:
+ loggers:
+ root:
+ level: info
+ output:
+ stdout:
+ sink: stdout
+ sinks:
+ stdout:
+ type: stdout
+ stdout: {}