Delete ingress and service YAML files
This commit is contained in:
parent
dd41f8cf27
commit
6cc68e4e08
16
ingress.yaml
16
ingress.yaml
@ -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
|
12
service.yaml
12
service.yaml
@ -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
|
Loading…
x
Reference in New Issue
Block a user