initial commit
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Has been cancelled

Change-Id: I860821ca882fd9717c02879c18a7d9049a089aaa
This commit is contained in:
Scaffolder
2026-05-05 13:50:44 +00:00
commit 264d531fdc
144 changed files with 28057 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
---
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

View File

@@ -0,0 +1,2 @@
resources:
- ingress.yaml