summaryrefslogtreecommitdiff
path: root/deployment.yaml
diff options
context:
space:
mode:
authorakiyamn2022-07-18 03:50:29 +0000
committerakiyamn2022-07-18 03:50:29 +0000
commitc44b62da6d5cd60b879214d5f703bfd2032e82cd (patch)
treef011b9c87c8012207f7b88e1bb2b00aaf80cceaf /deployment.yaml
parentebe6784e56d00ca576b8f5ee823443b35e061e3c (diff)
downloadargo-hello-world-c44b62da6d5cd60b879214d5f703bfd2032e82cd.tar.gz
argo-hello-world-c44b62da6d5cd60b879214d5f703bfd2032e82cd.zip
Update 'yaml/deployment.yaml'HEADmain
Diffstat (limited to 'deployment.yaml')
-rw-r--r--deployment.yaml24
1 files changed, 0 insertions, 24 deletions
diff --git a/deployment.yaml b/deployment.yaml
deleted file mode 100644
index 78147d7..0000000
--- a/deployment.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- creationTimestamp: null
- labels:
- app: nginx
- name: nginx
-spec:
- replicas: 1
- selector:
- matchLabels:
- app: nginx
- strategy: {}
- template:
- metadata:
- creationTimestamp: null
- labels:
- app: nginx
- spec:
- containers:
- - image: nginx
- name: nginx
- resources: {}
-status: {}