소스 검색

Update test values to include dns configuration

Waqar Ahmed 4 년 전
부모
커밋
880457b2e3
4개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      test/ipfs/1.0.2/test_values.yaml
  2. 4 0
      test/minio/1.2.1/test_values.yaml
  3. 3 0
      test/nextcloud/1.2.2/test_values.yaml
  4. 3 0
      test/plex/1.4.0/test_values.yaml

+ 3 - 0
test/ipfs/1.0.2/test_values.yaml

@@ -25,3 +25,6 @@ appVolumeMounts:
   data:
     emptyDir: true
     mountPath: "/data/ipfs"
+
+dnsConfig:
+  options: []

+ 4 - 0
test/minio/1.2.1/test_values.yaml

@@ -21,3 +21,7 @@ appVolumeMounts:
   export:
     emptyDir: true
     mountPath: "/export"
+
+
+dnsConfig:
+  options: []

+ 3 - 0
test/nextcloud/1.2.2/test_values.yaml

@@ -41,3 +41,6 @@ postgresAppVolumeMounts:
   postgres-backup:
     emptyDir: true
     mountPath: "/postgres_backups"
+
+dnsConfig:
+  options: []

+ 3 - 0
test/plex/1.4.0/test_values.yaml

@@ -78,3 +78,6 @@ appVolumeMounts:
   shared-logs:
     emptyDir: true
     mountPath: "/config/Library/Application Support/Plex Media Server/Logs"
+
+dnsConfig:
+  options: []