🧑‍💻(tilt) add dimail

This adds dimail to the tilt kube deployment
This commit is contained in:
Quentin BEY
2024-12-09 16:21:14 +01:00
parent 80976e3761
commit 010d3674de
10 changed files with 116 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
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