Update deployment.yaml with new image and remove unnecessary code
This commit is contained in:
parent
16486fefcc
commit
6fc6b5068b
@ -1,23 +1,3 @@
|
||||
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: ghcr.io/defuj/eis
|
||||
ports:
|
||||
- containerPort: 80
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
Loading…
x
Reference in New Issue
Block a user