Spaces:
Running
Running
chore (cleanup): Remove deprecated deployment script.
Browse files- yaml/deployment.yaml +0 -24
yaml/deployment.yaml
DELETED
|
@@ -1,24 +0,0 @@
|
|
| 1 |
-
apiVersion: apps/v1
|
| 2 |
-
kind: Deployment
|
| 3 |
-
metadata:
|
| 4 |
-
name: InspectorRAGet-deployment
|
| 5 |
-
namespace: $(params.deploy-kube-namespace)
|
| 6 |
-
labels:
|
| 7 |
-
app: InspectorRAGet
|
| 8 |
-
spec:
|
| 9 |
-
selector:
|
| 10 |
-
matchLabels:
|
| 11 |
-
app: InspectorRAGet
|
| 12 |
-
replicas: 1
|
| 13 |
-
template:
|
| 14 |
-
metadata:
|
| 15 |
-
labels:
|
| 16 |
-
app: InspectorRAGet
|
| 17 |
-
spec:
|
| 18 |
-
imagePullSecrets:
|
| 19 |
-
- name: all-icr-io
|
| 20 |
-
containers:
|
| 21 |
-
- name: InspectorRAGet
|
| 22 |
-
image: icr.io/hil-tooling/$(params.docker-image-name):$(params.version-name)
|
| 23 |
-
ports:
|
| 24 |
-
- containerPort: 3000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|