Update deployment.yaml with new image and remove unnecessary code

This commit is contained in:
Dede Fuji Abdul 2024-01-15 20:58:33 +07:00
parent 16486fefcc
commit 6fc6b5068b

View File

@ -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 apiVersion: v1
kind: Service kind: Service
metadata: metadata: