瀏覽代碼

Add test values yaml file

Waqar Ahmed 5 年之前
父節點
當前提交
126ba367c8
共有 1 個文件被更改,包括 25 次插入0 次删除
  1. 25 0
      test/nextcloud/2.3.2/test_values.yaml

+ 25 - 0
test/nextcloud/2.3.2/test_values.yaml

@@ -0,0 +1,25 @@
+## Official nextcloud image version
+## ref: https://hub.docker.com/r/library/nextcloud/tags/
+##
+image:
+  repository: nextcloud
+  tag: 19.0.3-apache
+  pullPolicy: IfNotPresent
+
+nextcloud:
+  host: nextcloud.kube.home
+  username: admin
+  password: changeme
+  datadir: /var/www/html/data
+  strategy: "Recreate"
+
+postgresql:
+  backupVolume:
+    mountPath: "/postgres_backups"
+    datasetName: "ix-postgres_backups"
+  dataVolume:
+    mountPath: "/var/lib/postgresql/data"
+    datasetName: "ix-postgres_data"
+
+service:
+  nodePort: 9000