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

Change-Id: I0f9bb023c85be8dcfcd6e001a3ec1d261a11c06e
This commit is contained in:
Scaffolder
2026-05-05 10:00:40 +00:00
commit 0be7ebd181
139 changed files with 27932 additions and 0 deletions

View File

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

View File

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

View File

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