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

21 lines
416 B
YAML
Raw Normal View History

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