From c44b62da6d5cd60b879214d5f703bfd2032e82cd Mon Sep 17 00:00:00 2001 From: akiyamn Date: Mon, 18 Jul 2022 03:50:29 +0000 Subject: Update 'yaml/deployment.yaml' --- yaml/deployment.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 yaml/deployment.yaml (limited to 'yaml') diff --git a/yaml/deployment.yaml b/yaml/deployment.yaml new file mode 100644 index 0000000..78147d7 --- /dev/null +++ b/yaml/deployment.yaml @@ -0,0 +1,24 @@ +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: {} -- cgit v1.2.3