Merge "Migrate OOF to v14 AAI schema"
[oom.git] / kubernetes / aai / charts / aai-babel / templates / deployment.yaml
index 849e479..c2aa6e4 100644 (file)
@@ -71,6 +71,9 @@ spec:
           - mountPath: /opt/app/babel/config/artifact-generator.properties
             name: {{ include "common.fullname" . }}-config
             subPath: artifact-generator.properties
+          - mountPath: /opt/app/babel/config/filter-types.properties
+            name: {{ include "common.fullname" . }}-config
+            subPath: filter-types.properties
           - mountPath: /opt/app/babel/config/babel-auth.properties
             name: {{ include "common.fullname" . }}-config
             subPath: babel-auth.properties
@@ -82,7 +85,7 @@ spec:
             name: {{ include "common.fullname" . }}-config
             subPath: logback.xml
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}
@@ -115,6 +118,8 @@ spec:
             items:
             - key: artifact-generator.properties
               path: artifact-generator.properties
+            - key: filter-types.properties
+              path: filter-types.properties
             - key: babel-auth.properties
               path: babel-auth.properties
             - key: logback.xml