summaryrefslogtreecommitdiffstats
path: root/deployment.yaml
diff options
context:
space:
mode:
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2021-03-23 11:51:20 +0100
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2021-03-23 12:57:48 +0100
commit5bead9db964d37647169df71279e57d3dbc20509 (patch)
tree6d3a084d1d31bf6f8fd18106a7d94fb1f893a6e8 /deployment.yaml
parent25763727265dd20b0301db0164c3e5549700cab4 (diff)
Move local dev files and add Changelog
Issue-ID: SDC-3185 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: Ic5d8b89dc0e69721c47b5fdec459bbd70e48f746
Diffstat (limited to 'deployment.yaml')
-rw-r--r--deployment.yaml44
1 files changed, 0 insertions, 44 deletions
diff --git a/deployment.yaml b/deployment.yaml
deleted file mode 100644
index 43b6f15..0000000
--- a/deployment.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: helm-client-validator
- namespace: onap
- labels:
- app: helm-client-validator
-spec:
- replicas: 1
- selector:
- matchLabels:
- app: helm-client-validator
- template:
- metadata:
- labels:
- app: helm-client-validator
- spec:
- containers:
- - name: helm-client-validator
- imagePullPolicy: IfNotPresent
- image: onap-dev-local.esisoj70.emea.nsn-net.net/towrobel/helm-client-validator:1.5.0
- resources:
- requests:
- memory: "256Mi"
- limits:
- memory: "256Mi"
-
-
----
-apiVersion: v1
-kind: Service
-metadata:
- name: helm-client-validator-service
- namespace: onap
- labels:
- app: helm-client-validator
-spec:
- selector:
- app: helm-client-validator
- type: NodePort
- ports:
- - port: 8244
- targetPort: 8080
- nodePort: 32244