diff --git a/solar-system/deployment.yml b/solar-system/deployment.yml new file mode 100644 index 0000000..8bfbc9c --- /dev/null +++ b/solar-system/deployment.yml @@ -0,0 +1,22 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + labels: + app: solar-system + name: solar-system +spec: + replicas: 1 + selector: + matchLabels: + app: solar-system + strategy: {} + template: + metadata: + labels: + app: solar-system + spec: + containers: + - image: siddharth67/solar-system:v3 + name: solar-system + port: + - containerPort: 3000