Convert docker compose files to basic kubernetes manifests for dev use (#127)

* Generate k8s manifests from compose.
This commit is contained in:
Rob Holland
2022-07-27 11:27:31 +01:00
committed by GitHub
parent dcf4a68eb8
commit 7c0681875f
17 changed files with 2219 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ services:
- temporal-network
ports:
- 7233:7233
labels:
kompose.volume.type: configMap
volumes:
- ./dynamicconfig:/etc/temporal/config/dynamicconfig
temporal-admin-tools: