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

Change-Id: Ieaff6b321c665eab04d045a4943d43e0f5fe30e8
This commit is contained in:
Scaffolder
2026-06-15 20:17:12 +00:00
commit 14d3a37d22
144 changed files with 28118 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../kubernetes-manifests
- k6-configmap.yaml
- ../ingress

View File

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

View File

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