Skip to content
Snippets Groups Projects
Commit 4d024aa8 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

test with info

parent b569423a
No related branches found
No related tags found
1 merge request!215Simple longevity tests
Pipeline #224201 passed
This commit is part of merge request !215. Comments created here will be created in the context of that merge request.
services:
kms01:
image: gokms
command: ["--log", "debug", "--kms_config", "/tmp/kms/config/kms01.yaml"]
command: ["--log", "info", "--kms_config", "/tmp/kms/config/kms01.yaml"]
volumes:
- ../config/goKMS/example01.yaml:/tmp/kms/config/kms01.yaml
- ../artifacts/ssl:/ssl
......@@ -11,7 +11,7 @@ services:
kms02:
image: gokms
command: ["--log", "debug", "--kms_config", "/tmp/kms/config/kms02.yaml"]
command: ["--log", "info", "--kms_config", "/tmp/kms/config/kms02.yaml"]
volumes:
- ../config/goKMS/example02.yaml:/tmp/kms/config/kms02.yaml
- ../artifacts/ssl:/ssl
......@@ -20,7 +20,7 @@ services:
kms03:
image: gokms
command: ["--log", "debug", "--kms_config", "/tmp/kms/config/kms03.yaml"]
command: ["--log", "info", "--kms_config", "/tmp/kms/config/kms03.yaml"]
volumes:
- ../config/goKMS/example03.yaml:/tmp/kms/config/kms03.yaml
- ../artifacts/ssl:/ssl
......@@ -29,7 +29,7 @@ services:
kms04:
image: gokms
command: ["--log", "debug", "--kms_config", "/tmp/kms/config/kms04.yaml"]
command: ["--log", "info", "--kms_config", "/tmp/kms/config/kms04.yaml"]
volumes:
- ../config/goKMS/example04.yaml:/tmp/kms/config/kms04.yaml
- ../artifacts/ssl:/ssl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment