k8s/check/ahoy-hw.yaml

19 lines
352 B
YAML
Raw Normal View History

2023-11-16 19:42:02 +10:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ahoy
namespace: default
spec:
ingressClassName: cilium
rules:
- host: ahoy-hw.guaranteedstruggle.host
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ahoy-hello-world
port:
name: app