Files
kubernetes/riscv/nginx/ingressroute-http.yaml
2025-11-23 18:58:51 +01:00

15 lines
246 B
YAML
Executable File

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: nginx-http
namespace: nginx
spec:
entryPoints:
- web
routes:
- match: Host(`nginx-riscv.allarddcs.nl`)
kind: Rule
services:
- name: nginx
port: 80