Files
geo/deploy/k3s/ingress.yaml
T

30 lines
661 B
YAML
Raw Normal View History

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: geo-rankly-web
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web
spec:
ingressClassName: traefik
rules:
- host: geo-rankly.local
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: frontend
port:
number: 80
- host: ops.geo-rankly.local
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ops-web
port:
number: 80