du to zkusit jimmy

This commit is contained in:
Jan Husak
2025-04-09 15:52:35 +02:00
parent f5c6f77d74
commit 33575299cd
5 changed files with 59 additions and 35 deletions

41
apps/traefik/argocd.json Normal file
View File

@@ -0,0 +1,41 @@
{
"apiVersion": "ysoft.com/v1",
"source": {
"repoURL": "https://github.com/ysoftdevs/argo-poc.git",
"path": "helm-repo/traefik/traefik-35.0.0",
"chartRevision": "main",
"valuesRevision": "main",
"chart": ""
},
"destination": {
"namespace": "traefik"
},
"syncPolicy": {
"syncOptions": {
"ServerSideApply": true,
"CreateNamespace": true
}
},
"valueFiles": [
"values/registry/%provider%-%stage%-values.yaml",
"values/app-version/%stage%-values.yaml"
],
"clusters": {
"dev": {
"control-plane-dev": {
"enabled": true
},
"ohio": {
"enabled": false
}
},
"prod": {
"control-plane": {
"enabled": true
},
"ireland": {
"enabled": false
}
}
}
}

View File

@@ -0,0 +1,18 @@
ingressClass:
enabled: true
isDefaultClass: true
ingressRoute:
dashboard:
enabled: false
service:
annotations:
service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing
logs:
general:
level: DEBUG
access:
enabled: true
fields:
defaultMode: keep
globalArguments:
- "--api.insecure=true"