3 Commits

Author SHA1 Message Date
20e424b153 add known host for gitea 2025-03-13 20:49:25 -05:00
11b9054c74 change repo 2025-03-13 20:43:01 -05:00
f3f45c2ead enable actiosn 2025-03-13 20:37:00 -05:00
3 changed files with 7 additions and 4 deletions

View File

@@ -28,6 +28,9 @@ argo-cd:
g, ArgoCD Admins, role:admin g, ArgoCD Admins, role:admin
params: params:
server.insecure: true server.insecure: true
ssh:
extraHosts: |
gitea-ssh.gitea ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCwnSXtg6rpCfXOPLt8f9RFkfMwG/Uvcmu4G3ZZV3jP/LSMQ3Q5K/xOn/3lZ2T2Vr0l4W+JWqXyUuKpfN/7v8KOA+gx5EY+/HsHhPNC01eSdQxNIUh1qxuYMSLrNxEQTEk/2BVIL37P37901HAajNluybvB57Px/CpwdTU4qYnXyCj0nX6fex4qF3ToiOy1WVk9+l6aytLgMfXzlZar1xrDtQAmJXs8NQ7YcWD0E8lXUQK0llnPFM7qP9H6V8IRq6LdS+44aA24Kz4Gcx0ts7jv9igevpyivE8x64dTHBAXG+hgnBJUqvKmydm9XZGNxRCfs1zTPObJN3eTV7EJn3ZQdvD0WEE9/XbeGyW6/M9vHgRrKhPrC1KyVnNjHvUG1+2kpSv6p/c/VneZ6N70IC87dKHcrtgidI2F2kinPeJLSrDuO3h0fwrFtg3kGgu19TYOUa3DL+kZq82zEWS+WVEAcyiTbzKfENNS87WvaGXeW2iNf30HCCnpbUMiEk75pgZdCdnApxVvuqMZdUgddWWaTX997eu9hxDq5lwC4hUTHTgp+ffF/uprbeqyBXbY6IoJYc6PoAC31ibDLVNat1jpRtPmDv1Hlv+YqXIrB8ZF5EfpMvqijdW2p6KkIPjdLCqvcnyHQczhakSY/KfEgagOPkKp/gFjh50Kjpw0J4wXpw==
server: server:
replicas: 2 replicas: 2
ingress: ingress:

View File

@@ -3,8 +3,8 @@ cluster:
git: git:
# repo: git@github.com:alexlebens/infrastructure.git # repo: git@github.com:alexlebens/infrastructure.git
# repo: https://github.com/alexlebens/infrastructure.git # repo: https://github.com/alexlebens/infrastructure.git
repo: http://gitea-http.gitea:3000/alexlebens/infrastructure # repo: http://gitea-http.gitea:3000/alexlebens/infrastructure
# repo: ssh://git@gitea-ssh.gitea:22/alexlebens/infrastructure repo: ssh://git@gitea-ssh.gitea:22/alexlebens/infrastructure
revision: HEAD revision: HEAD
applicationSet: applicationSet:
- name: applications - name: applications

View File

@@ -80,8 +80,8 @@ gitea:
ISSUE_INDEXER_ENABLED: true ISSUE_INDEXER_ENABLED: true
ISSUE_INDEXER_TYPE: meilisearch ISSUE_INDEXER_TYPE: meilisearch
REPO_INDEXER_ENABLED: false REPO_INDEXER_ENABLED: false
# actions: actions:
# ENABLED: true ENABLED: true
service: service:
REGISTER_MANUAL_CONFIRM: true REGISTER_MANUAL_CONFIRM: true
SHOW_REGISTRATION_BUTTON: false SHOW_REGISTRATION_BUTTON: false