diff options
| author | akiyamn | 2022-07-07 20:48:26 +1000 |
|---|---|---|
| committer | akiyamn | 2022-07-07 20:48:26 +1000 |
| commit | b633179a46eed1a20800fe2ca9b5dbcdd1b9c194 (patch) | |
| tree | 36d4e1fc89b0254f038f334f6ee607503ff55356 /yamls/deployment.yaml | |
| parent | 21551064a25ea03aef5e77e0dbed57d82c493825 (diff) | |
| download | argo-test-b633179a46eed1a20800fe2ca9b5dbcdd1b9c194.tar.gz argo-test-b633179a46eed1a20800fe2ca9b5dbcdd1b9c194.zip | |
Add PVC
Diffstat (limited to 'yamls/deployment.yaml')
| -rw-r--r-- | yamls/deployment.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
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 |
