aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/aai-resources-deployment.yaml
diff options
context:
space:
mode:
authorMunir Ahmad <munir.ahmad@bell.ca>2017-08-17 12:04:14 -0400
committerMunir Ahmad <munir.ahmad@bell.ca>2017-08-17 12:35:58 -0400
commite94258e3be0da3a15680de53b1817490c4173759 (patch)
treea0add5147ff2e3a2da78c8117d237bcdb656758d /kubernetes/aai/aai-resources-deployment.yaml
parent76610be9053a1baf9248c6fd51180d247b5ea773 (diff)
Revert 0b1332938385cc534b1f034b73f19c145ead87c6
Issue-ID: OOM-66 This reverts commit 0b1332938385cc534b1f034b73f19c145ead87c6. Change-Id: I05ba7dd5050ee2ef03cf19d1c5c0db03e12a0d4f Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Diffstat (limited to 'kubernetes/aai/aai-resources-deployment.yaml')
-rw-r--r--kubernetes/aai/aai-resources-deployment.yaml51
1 files changed, 0 insertions, 51 deletions
diff --git a/kubernetes/aai/aai-resources-deployment.yaml b/kubernetes/aai/aai-resources-deployment.yaml
deleted file mode 100644
index f2b69c4fc1..0000000000
--- a/kubernetes/aai/aai-resources-deployment.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-apiVersion: extensions/v1beta1
-kind: Deployment
-metadata:
- name: aai-resources
-spec:
- selector:
- matchLabels:
- app: aai-resources
- template:
- metadata:
- labels:
- app: aai-resources
- name: aai-resources
- spec:
- containers:
- - env:
- - name: CHEF_BRANCH
- value: master
- - name: AAI_CHEF_ENV
- value: simpledemo
- - name: AAI_CORE_VERSION
- value: 1.1.0-SNAPSHOT
- - name: AAI_CHEF_LOC
- value: /var/chef/aai-data/environments
- - name: CHEF_GIT_URL
- value: http://gerrit.onap.org/r/aai
- - name: PATH
- value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- - name: JAVA_HOME
- value: /usr/lib/jvm/java-8-openjdk-amd64
- - name: DEBIAN_FRONTEND
- value: noninteractive
- image: nexus3.onap.org:10001/openecomp/aai-resources:1.1-STAGING-latest
- name: aai-resources
- volumeMounts:
- - mountPath: /opt/aai/logroot/AAI-RES/
- name: aai-resources
- volumes:
- - name: aai-resources
- hostPath:
- path: /dockerdata/onapdemo/aai/aai-resources
- ports:
- - containerPort: 8447
- readinessProbe:
- tcpSocket:
- port: 8080
- initialDelaySeconds: 5
- periodSeconds: 10
- restartPolicy: Always
- imagePullSecrets:
- - name: onap-docker-registry-key