This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
people/src/helm/dimail/templates/ingress.yaml
Quentin BEY 010d3674de 🧑‍💻(tilt) add dimail
This adds dimail to the tilt kube deployment
2025-01-17 17:53:14 +01:00

21 lines
416 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: dimail
labels:
app: dimail
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
rules:
- host: dimail.127.0.0.1.nip.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: dimail
port:
number: 8000