added required k8s and docker file
This commit is contained in:
14
k8s/overlays/local/patches/deployment-patch.yaml
Normal file
14
k8s/overlays/local/patches/deployment-patch.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: ecommerce-app
|
||||
namespace: ecommerce
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: run-migrations
|
||||
imagePullPolicy: Never
|
||||
containers:
|
||||
- name: ecommerce-app
|
||||
imagePullPolicy: Never
|
||||
Reference in New Issue
Block a user