Files
namecheap-api/k8s/ingress.yaml
kappa d8e306b30f
All checks were successful
Build and Push Docker Image / build (push) Successful in 53s
Migrate to HTTPRoute with *.api.inouter.com domain
2026-03-26 13:35:43 +09:00

19 lines
369 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: namecheap-api
spec:
hostnames:
- namecheap.api.inouter.com
parentRefs:
- name: traefik-gateway
namespace: kube-system
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: namecheap-api
port: 80