Merge "Updating release notes in preparation of bronze release - made some changes...
[it/otf.git] / otf-helm / otf / values / values.yaml
diff --git a/otf-helm/otf/values/values.yaml b/otf-helm/otf/values/values.yaml
new file mode 100644 (file)
index 0000000..fa8e91e
--- /dev/null
@@ -0,0 +1,65 @@
+# Default values for otf.\r
+# This is a YAML-formatted file.\r
+# Declare variables to be passed into your templates.\r
+\r
+shared: &shared\r
+  httpProxy: "!"\r
+  httpsProxy: "!"\r
+  namespace: dev\r
+  proxyUrl: "!"\r
+  proxyPort: "!"\r
+  nodeApi:\r
+    url: "!"\r
+    host: "!"\r
+\r
+global:\r
+\r
+  mongodb: &mongodb\r
+    <<: *shared\r
+    appName: mongodb\r
+    version: 0.0.1\r
+    replicas : 1\r
+    mongodbRootPassword: "!"\r
+    mongodbUsername: "!"\r
+    mongodbPassword: "!"\r
+    mongodbDatabase: otf\r
+    port: "!"\r
+    targetPort: "!"\r
+    image:\r
+      registry: docker.io\r
+      repository: bitnami/mongodb\r
+      tag: 4.2.6-debian-10-r18\r
+      pullPolicy: IfNotPresent\r
+      debug: false\r
+    resources:\r
+      limits:\r
+        memory: "500Mi"\r
+        cpu: "1"\r
+      requests:\r
+        memory: "256Mi"\r
+        cpu: "1"\r
+\r
+  mysqldb: &mysqldb\r
+    <<: *shared\r
+    appName: mysqldb\r
+    version: 0.0.1\r
+    replicas : 1\r
+    mysqlRootPassword: "!"\r
+    mysqlUser: "!"\r
+    mysqlPassword: "!"\r
+    mysqlDatabase: otf_camunda\r
+    port: 3306\r
+    targetPort: 8306\r
+    image:\r
+      registry: docker.io\r
+      image: mysql\r
+      tag: 5.7.26\r
+      pullPolicy: IfNotPresent\r
+      debug: false\r
+    resources:\r
+      limits:\r
+        memory: "500Mi"\r
+        cpu: "1"\r
+      requests:\r
+        memory: "256Mi"\r
+        cpu: "1"\r