summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/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
commit95b8c4a7e326ed7774ea0509b8c5c7306f5424a9 (patch)
treef64b3b59754a9a0e162aae9018a62bbbdce05da1 /kubernetes/aai/templates/aai-resources-deployment.yaml
parentde8d47e2497260fbe0530faf43eb51a074beef78 (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 'kubernetes/aai/templates/aai-resources-deployment.yaml')
-rw-r--r--kubernetes/aai/templates/aai-resources-deployment.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/kubernetes/aai/templates/aai-resources-deployment.yaml b/kubernetes/aai/templates/aai-resources-deployment.yaml
index c61bc6f0a6..c874e39995 100644
--- a/kubernetes/aai/templates/aai-resources-deployment.yaml
+++ b/kubernetes/aai/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"