summaryrefslogtreecommitdiff
path: root/deployment.yaml
diff options
context:
space:
mode:
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: {}