agolademo: update config paths to /data

This commit is contained in:
Simone Gotti 2019-07-02 10:56:29 +02:00
parent d6034f3cb8
commit 22e8e2080b
1 changed files with 6 additions and 6 deletions

View File

@ -28,28 +28,28 @@ notification:
endpoints: "http://localhost:2379" endpoints: "http://localhost:2379"
configstore: configstore:
dataDir: /tmp/agola/configstore dataDir: /data/agola/configstore
etcd: etcd:
endpoints: "http://localhost:2379" endpoints: "http://localhost:2379"
objectStorage: objectStorage:
type: posix type: posix
path: /tmp/agola/configstore/ost path: /data/agola/configstore/ost
web: web:
listenAddress: ":4002" listenAddress: ":4002"
runservice: runservice:
#debug: true #debug: true
dataDir: /tmp/agola/runservice dataDir: /data/agola/runservice
etcd: etcd:
endpoints: "http://localhost:2379" endpoints: "http://localhost:2379"
objectStorage: objectStorage:
type: posix type: posix
path: /tmp/agola/runservice/ost path: /data/agola/runservice/ost
web: web:
listenAddress: ":4000" listenAddress: ":4000"
executor: executor:
dataDir: /tmp/agola/executor dataDir: /data/agola/executor
# The directory containing the toolbox compiled for the various supported architectures # The directory containing the toolbox compiled for the various supported architectures
toolboxPath: ./bin toolboxPath: ./bin
runserviceURL: "http://localhost:4000" runserviceURL: "http://localhost:4000"
@ -60,7 +60,7 @@ executor:
type: docker type: docker
gitserver: gitserver:
dataDir: /tmp/agola/gitserver dataDir: /data/agola/gitserver
gatewayURL: "http://localhost:8000" gatewayURL: "http://localhost:8000"
web: web:
listenAddress: ":4003" listenAddress: ":4003"