one ingress

This commit is contained in:
Waylon Walker 2024-03-12 20:16:38 -05:00
parent 009b5d37fc
commit 8b070fe684
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -104,12 +104,11 @@ kind: Ingress
metadata:
labels:
service: hello-world
name: hello-world-ingress-active
name: hello-world-ingress
namespace: hello-world
spec:
rules:
- host: localhost
http:
- http:
paths:
- backend:
service:
@ -118,22 +117,8 @@ spec:
number: 5000
path: /active
pathType: Prefix
status:
loadBalancer: {}
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
labels:
service: hello-world
name: hello-world-ingress-preview
namespace: hello-world
spec:
rules:
- host: localhost
http:
- http:
paths:
- backend:
service: