Skip to content

Commit

Permalink
Create unstoppable-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanhajian committed Apr 24, 2024
1 parent 60267a0 commit 6b73104
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions unstoppable-deployment.yaml
@@ -0,0 +1,22 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: unstoppable-deployment
namespace: webapp
spec:
replicas: 2
selector:
matchLabels:
app: unstoppable
template:
metadata:
labels:
app: unstoppable
spec:
containers:
- name: unstoppable
image: 6410l998.c1.gra9.container-registry.ovh.net/webapp/unstoppable:latest
ports:
- containerPort: 3000
imagePullSecrets:
- name: ovh-webapp-registry

0 comments on commit 6b73104

Please sign in to comment.