Commit 880457b2 authored by Waqar Ahmed's avatar Waqar Ahmed

Update test values to include dns configuration

parent 16fcf345
...@@ -25,3 +25,6 @@ appVolumeMounts: ...@@ -25,3 +25,6 @@ appVolumeMounts:
data: data:
emptyDir: true emptyDir: true
mountPath: "/data/ipfs" mountPath: "/data/ipfs"
dnsConfig:
options: []
...@@ -21,3 +21,7 @@ appVolumeMounts: ...@@ -21,3 +21,7 @@ appVolumeMounts:
export: export:
emptyDir: true emptyDir: true
mountPath: "/export" mountPath: "/export"
dnsConfig:
options: []
...@@ -41,3 +41,6 @@ postgresAppVolumeMounts: ...@@ -41,3 +41,6 @@ postgresAppVolumeMounts:
postgres-backup: postgres-backup:
emptyDir: true emptyDir: true
mountPath: "/postgres_backups" mountPath: "/postgres_backups"
dnsConfig:
options: []
...@@ -78,3 +78,6 @@ appVolumeMounts: ...@@ -78,3 +78,6 @@ appVolumeMounts:
shared-logs: shared-logs:
emptyDir: true emptyDir: true
mountPath: "/config/Library/Application Support/Plex Media Server/Logs" mountPath: "/config/Library/Application Support/Plex Media Server/Logs"
dnsConfig:
options: []
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment