Add manifest.yml file for deployment
This commit is contained in:
parent
57fb534af8
commit
7730e91298
20
manifest.yml
Normal file
20
manifest.yml
Normal file
@ -0,0 +1,20 @@
|
||||
# deployment.yaml
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: apkt-eis
|
||||
spec:
|
||||
replicas: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
app: apkt-eis
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: apkt-eis
|
||||
spec:
|
||||
containers:
|
||||
- name: apkt-eis
|
||||
image: icon/apkt-eis:latest
|
||||
ports:
|
||||
- containerPort: 80
|
Loading…
x
Reference in New Issue
Block a user