🧑💻(tilt) add dimail
This adds dimail to the tilt kube deployment
This commit is contained in:
20
src/helm/dimail/templates/ingress.yaml
Normal file
20
src/helm/dimail/templates/ingress.yaml
Normal 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
|
||||
Reference in New Issue
Block a user