From b633179a46eed1a20800fe2ca9b5dbcdd1b9c194 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Thu, 7 Jul 2022 20:48:26 +1000 Subject: Add PVC --- yamls/deployment.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 yamls/deployment.yaml (limited to 'yamls/deployment.yaml') diff --git a/yamls/deployment.yaml b/yamls/deployment.yaml new file mode 100644 index 0000000..c0d6fac --- /dev/null +++ b/yamls/deployment.yaml @@ -0,0 +1,26 @@ +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 -- cgit v1.2.3