Migrate to HTTPRoute with *.api.inouter.com domain
All checks were successful
Build and Push Container / build-amd64 (push) Successful in 12s
Python CI / test (push) Successful in 39s

This commit is contained in:
kappa
2026-03-26 13:35:49 +09:00
parent 5a8440a74c
commit 0d534d3f31

View File

@@ -1,21 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: vultr-api
spec:
ingressClassName: traefik
tls:
- secretName: wildcard-anvil-it-com-tls
hosts:
- vultr-api.anvil.it.com
hostnames:
- vultr.api.inouter.com
parentRefs:
- name: traefik-gateway
namespace: kube-system
rules:
- host: vultr-api.anvil.it.com
http:
paths:
- backend:
service:
name: vultr-api
port:
number: 80
path: /
pathType: Prefix
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: vultr-api
port: 80