Files
gitops/apps/whoami/ingress.yaml
2024-08-04 17:03:21 +01:00

16 lines
282 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: podinfo-host
spec:
entryPoints:
- web
routes:
- match: Host(`podinfo.k3s`)
kind: Rule
services:
- name: podinfo
namespace: apps
nativeLB: true
kind: Service
port: 9898