aboutsummaryrefslogtreecommitdiffstats
path: root/templates/aai-resources-deployment.yaml
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2017-09-22 11:31:54 -0400
committerMike Elliott <mike.elliott@amdocs.com>2017-09-22 13:22:41 -0400
commit47e76d0557f223bb1edd8f3fa3453bfa0cb9bcb7 (patch)
treeca8a05251ab14ab1039b9d69e4d7d5d196de6109 /templates/aai-resources-deployment.yaml
parentc400bf5e53519cfb2d31f0bd044de27beb4a1a5c (diff)
Add AAI config changes
A new RESOURCES_HOSTNAME environment variable was added to the traversal service to allow configuration for communicating with resource service. The gremlin service has been removed from AAI 1.1 deliverables. Change-Id: Id38581d49822cb3aa8ccb912508fabfb5c775a5a Issue-Id: OOM-312 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'templates/aai-resources-deployment.yaml')
-rw-r--r--templates/aai-resources-deployment.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/aai-resources-deployment.yaml b/templates/aai-resources-deployment.yaml
index c61bc6f..c874e39 100644
--- a/templates/aai-resources-deployment.yaml
+++ b/templates/aai-resources-deployment.yaml
@@ -37,7 +37,7 @@ spec:
"imagePullPolicy": "{{ .Values.pullPolicy }}",
"name": "aai-resources-readiness"
}
- ]'
+ ]'
spec:
containers:
- name: aai-resources
@@ -62,8 +62,6 @@ spec:
name: aai-resources-logs
- mountPath: /var/chef/aai-data/
name: aai-data
- - mountPath: /docker-entrypoint.sh
- name: entrypoint-override
ports:
- containerPort: 8447
readinessProbe:
@@ -81,9 +79,6 @@ spec:
- name: aai-data
hostPath:
path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/aai-data/"
- - name: entrypoint-override
- hostPath:
- path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/aai-resources/docker-entrypoint.sh"
restartPolicy: Always
imagePullSecrets:
- name: "{{ .Values.nsPrefix }}-docker-registry-key"