Files
petclinic-demo-kwh-2/overlays/ingress/ingress.yaml
Scaffolder 14d3a37d22
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Failing after 1m2s
initial commit
Change-Id: Ieaff6b321c665eab04d045a4943d43e0f5fe30e8
2026-06-15 20:17:12 +00:00

27 lines
629 B
YAML

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