Files
wild-directory/discourse/versions/3/ingress.yaml

21 lines
444 B
YAML

---
# Source: discourse/templates/ingress.yaml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: discourse
namespace: "{{ .namespace }}"
spec:
ingressClassName: traefik
rules:
- host: "{{ .domain }}"
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: discourse
port:
name: http