initial commit
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Failing after 1m22s

Change-Id: I99a0b27af6a4d5ecdbd1a6ad9fefd06ea944e9b5
This commit is contained in:
Scaffolder
2026-06-15 20:14:28 +00:00
commit 84804988a3
144 changed files with 28118 additions and 0 deletions

View File

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

View File

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