Skip to content

Commit

Permalink
Added K8s to dockit
Browse files Browse the repository at this point in the history
  • Loading branch information
Srijan-SS02 committed Dec 30, 2023
1 parent ec7670a commit 344b954
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions k8s/deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: dockit-deployment
spec:
replicas: 1
selector:
matchLabels:
app: dockit
template:
metadata:
labels:
app: dockit
spec:
restartPolicy: Always
containers:
- name: dockit
image: ss02/dockit:latest

0 comments on commit 344b954

Please sign in to comment.