Automated upload for osctest.t09.de

This commit is contained in:
Automated pipeline 2025-07-30 11:45:37 +00:00 committed by Actions pipeline
parent 7cd4bc0d8e
commit 4385480f67
38 changed files with 3713 additions and 0 deletions

View file

@ -0,0 +1,27 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/backend-protocol: HTTP
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
cert-manager.io/cluster-issuer: main
name: argocd-server
namespace: argocd
spec:
ingressClassName: nginx
rules:
- host: argocd.osctest.t09.de
http:
paths:
- backend:
service:
name: argocd-server
port:
number: 80
path: /
pathType: Prefix
tls:
- hosts:
- argocd.osctest.t09.de
secretName: argocd-net-tls