Skip to content
Snippets Groups Projects
Commit fd356cdb authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

ingress draft

parent f555128b
No related branches found
No related tags found
No related merge requests found
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: webserver-ingress
spec:
rules:
- host: quiver-example.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: webserver
port:
number: 8084
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment