This patch introduces a new structure of the it/dep repo.
[it/dep.git] / infra / 00-Kubernetes / etc / k8s-1node
similarity index 80%
rename from ricplt/dbaas/charts/dbaas/values.yaml
rename to infra/00-Kubernetes/etc/k8s-1node
index b322d49..716cb5b 100644 (file)
 #   limitations under the License.                                             #
 ################################################################################
 
-image:
-  repository: "${__RUNRICENV_DOCKER_HOST__}:${__RUNRICENV_DOCKER_PORT__}"
-  repositoryCred: docker-reg-cred
 
+# customize the following repo info to local infrastructure
+gerrithost=gerrit.o-ran-sc.org
+gerritip=35.165.179.212
+
+dockerregistry=nexus3.o-ran-sc.org
+dockerip=38.108.68.158
+dockerport=10004
+dockeruser=docker
+dockerpassword=docker
+
+helmrepo=helm.ricinfra.local
+helmport=30000
+helmip=''
+helmuser=helm
+helmpassword=helm
 
-backend:
-  terminationGracePeriodSeconds: 0
-  replicas: 1
-  name: "redis-standalone"
-  port: 6379
-  targetPort: 6379
-  image:
-    name: redis-standalone
-    tag: latest
-    imagePullPolicy: IfNotPresent