summaryrefslogtreecommitdiffstats
path: root/components/aai-graphgraph/templates/configmap.yaml
diff options
context:
space:
mode:
authorPavel Paroulek <pavel.paroulek@orange.com>2019-05-20 20:14:36 +0200
committerPavel Paroulek <pavel.paroulek@orange.com>2019-08-29 19:25:59 +0200
commit3efe1df6fdba4af4e22849bec220c8daa4a68a49 (patch)
tree39169f2c01ce7a8faf472ceadc07012134b83fb6 /components/aai-graphgraph/templates/configmap.yaml
parent55cb73cadc59537643c0fe5cb7ededadc9ff2b48 (diff)
Adding Graphgraph k8s config
Issue-ID: AAI-531 Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com> Change-Id: I2cb6471a0369ef8cc3f36b9988ff0df2045564a0
Diffstat (limited to 'components/aai-graphgraph/templates/configmap.yaml')
-rw-r--r--components/aai-graphgraph/templates/configmap.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/components/aai-graphgraph/templates/configmap.yaml b/components/aai-graphgraph/templates/configmap.yaml
new file mode 100644
index 0000000..a75cde1
--- /dev/null
+++ b/components/aai-graphgraph/templates/configmap.yaml
@@ -0,0 +1,26 @@
+# Copyright © 2019 Orange
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: {{ include "common.fullname" . }}-springapp-configmap
+ namespace: {{ include "common.namespace" . }}
+ labels:
+ app: {{ include "common.name" . }}
+ chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
+ release: {{ .Release.Name }}
+ heritage: {{ .Release.Service }}
+data:
+{{ tpl (.Files.Glob "config/application.properties").AsConfig . | indent 2 }}