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

Change-Id: I732e7af790c42cbd6fc2c2e754882fef44f90c00
This commit is contained in:
Scaffolder
2026-05-12 23:56:04 +00:00
commit a2cd2416fe
144 changed files with 28061 additions and 0 deletions

View File

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