Automated upload for final-test.t09.de

This commit is contained in:
Automated pipeline 2025-08-21 12:59:06 +00:00 committed by Actions pipeline
parent ac4d7a38b5
commit 68a284fc33
40 changed files with 3894 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.final-test.t09.de
http:
paths:
- backend:
service:
name: argocd-server
port:
number: 80
path: /
pathType: Prefix
tls:
- hosts:
- argocd.final-test.t09.de
secretName: argocd-net-tls

View file

@ -0,0 +1,42 @@
global:
domain: argocd.final-test.t09.de
configs:
params:
server.insecure: true
cm:
oidc.config: |
name: FORGEJO
issuer: https://dex.final-test.t09.de
clientID: controller-argocd-dex
clientSecret: $dex-argo-client:clientSecret
requestedScopes:
- openid
- profile
- email
- groups
application.resourceTrackingMethod: annotation
timeout.reconciliation: 60s
resource.exclusions: |
- apiGroups:
- "*"
kinds:
- ProviderConfigUsage
- apiGroups:
- cilium.io
kinds:
- CiliumIdentity
clusters:
- "*"
url: https://argocd.final-test.t09.de
rbac:
policy.csv: 'g, DevFW, role:admin'
tls:
certificates:
notifications:
enabled: false
dex:
enabled: false