Files
Scaffolder 264d531fdc
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Has been cancelled
initial commit
Change-Id: I860821ca882fd9717c02879c18a7d9049a089aaa
2026-05-05 13:50:44 +00:00

27 lines
649 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: petclinic-demo-andrej-doc
namespace: demo-apps
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: nginx
tls:
- hosts:
- petclinic-demo-andrej-doc.kyndemo.live
secretName: petclinic-demo-andrej-doc-kyndemo-live-tls
rules:
- host: petclinic-demo-andrej-doc.kyndemo.live
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: frontend
port:
number: 80