From 4b328b83b4c3810cfdeb6e5ae4b9ccb265920f02 Mon Sep 17 00:00:00 2001 From: Geora Barsky Date: Wed, 1 Aug 2018 12:02:33 -0400 Subject: Initial submission of validation-service OOM chart Change-Id: I58c065d09edfe8364b556ac20a1e2311804ef04d Issue-ID: LOG-427 Signed-off-by: Geora Barsky Signed-off-by: Pierre Rioux --- .../pomba-validation-service/resources/appconfig/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 kubernetes/pomba/charts/pomba-validation-service/resources/appconfig/README.txt (limited to 'kubernetes/pomba/charts/pomba-validation-service/resources/appconfig/README.txt') diff --git a/kubernetes/pomba/charts/pomba-validation-service/resources/appconfig/README.txt b/kubernetes/pomba/charts/pomba-validation-service/resources/appconfig/README.txt new file mode 100644 index 0000000000..5cc01497f5 --- /dev/null +++ b/kubernetes/pomba/charts/pomba-validation-service/resources/appconfig/README.txt @@ -0,0 +1,10 @@ +This directory contains all external configuration files that +need to be mounted into an application container. + +See the configmap.yaml in the templates directory for an example +of how to load (ie map) config files from this directory, into +Kubernetes, for distribution within the k8s cluster. + +See deployment.yaml in the templates directory for an example +of how the 'config mapped' files are then mounted into the +containers. -- cgit 1.2.3-korg