aboutsummaryrefslogtreecommitdiff
path: root/yamls/i2-deploy.yaml
diff options
context:
space:
mode:
authorakiyamn2022-07-07 20:48:26 +1000
committerakiyamn2022-07-07 20:48:26 +1000
commitb633179a46eed1a20800fe2ca9b5dbcdd1b9c194 (patch)
tree36d4e1fc89b0254f038f334f6ee607503ff55356 /yamls/i2-deploy.yaml
parent21551064a25ea03aef5e77e0dbed57d82c493825 (diff)
downloadargo-test-b633179a46eed1a20800fe2ca9b5dbcdd1b9c194.tar.gz
argo-test-b633179a46eed1a20800fe2ca9b5dbcdd1b9c194.zip
Add PVC
Diffstat (limited to 'yamls/i2-deploy.yaml')
-rw-r--r--yamls/i2-deploy.yaml26
1 files changed, 0 insertions, 26 deletions
diff --git a/yamls/i2-deploy.yaml b/yamls/i2-deploy.yaml
deleted file mode 100644
index c0d6fac..0000000
--- a/yamls/i2-deploy.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- creationTimestamp: null
- labels:
- app: i2-deploy
- name: i2-deploy
-spec:
- replicas: 1
- selector:
- matchLabels:
- app: i2-deploy
- strategy: {}
- template:
- metadata:
- creationTimestamp: null
- labels:
- app: i2-deploy
- spec:
- containers:
- - image: akiyamn/i2
- name: i2
- ports:
- - containerPort: 80
- resources: {}
-status: {} \ No newline at end of file