Delete guestbook-ui-ingress.yaml

master
Raphaël 2020-09-14 18:31:05 +02:00 committed by GitHub
parent 75fa4d64f8
commit a4dc1022c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
apiVersion: v1
kind: Ingress
metadata:
name: guestbook-ui
annotations:
kubernetes.io/ingress.class: nginx
spec:
rules:
- host: k8s.test.crvx.fr
http:
paths:
- path: /
backend:
serviceName: guestbook-ui
servicePort: 80