Delete ingress and service YAML files

This commit is contained in:
Dede Fuji Abdul 2024-01-16 11:32:02 +07:00
parent dd41f8cf27
commit 6cc68e4e08
2 changed files with 0 additions and 28 deletions

View File

@ -1,16 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: apkt-eis-ingress
spec:
rules:
- host: localhost
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: apkt-eis-service
port:
number: 80

View File

@ -1,12 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: apkt-eis-service
spec:
selector:
app: apkt-eis
ports:
- protocol: TCP
port: 80
targetPort: 80
type: LoadBalancer