initial commit
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m4s

Change-Id: I83c7674b31ee747d97c4828579f45209910ebbd6
This commit is contained in:
Scaffolder
2026-05-13 09:33:02 +00:00
commit ed7639e7ce
139 changed files with 27928 additions and 0 deletions

View File

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

View File

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