Files
petclinic-demo-jonathan-scaf-2/overlays/ingress/ingress.yaml
Scaffolder 0be7ebd181
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Has been cancelled
initial commit
Change-Id: I0f9bb023c85be8dcfcd6e001a3ec1d261a11c06e
2026-05-05 10:00:40 +00:00

27 lines
669 B
YAML

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