mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 11:03:59 +00:00
fix(k3s): set GITEA_PV_NODE=gandalf.prole.org for k3s Gitea deploy
init_gitea.sh requires GITEA_PV_NODE in k3s mode. PVs for Gitea storage (gitea-local-d005) are pinned to gandalf.prole.org per nodeAffinity on the existing gitea-d005-shared-storage PV. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cb94788583
commit
9b2bf04067
14
conf/k3s.cfg
14
conf/k3s.cfg
@ -1,5 +1,5 @@
|
||||
; Knoe Master Configuration File
|
||||
; Generated by install.py on 2026-05-04 02:23:51
|
||||
; Generated by install.py on 2026-05-04 05:59:07
|
||||
; This file is used as input for Ansible deployment and k8s cluster creation.
|
||||
|
||||
[User]
|
||||
@ -9,8 +9,8 @@ SERVICE_HOSTNAME = svc.prole.org
|
||||
[Inputs]
|
||||
; Screen-scoped inputs used for unattended replays (-S)
|
||||
argocd.node_selector =
|
||||
auth.clientId = secretref://google-oidc-client-id
|
||||
auth.clientSecret = secretref://google-oidc-client-secret
|
||||
auth.clientId = 200699021716-pbaekj5q8i3fplhof0u7gccrvkvvacug.apps.googleusercontent.com
|
||||
auth.clientSecret = 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
|
||||
build.deploy_env = Dev
|
||||
build.run_build = false
|
||||
database_options.distribution = percona
|
||||
@ -101,8 +101,8 @@ init_password.cluster_name = ${CLUSTER_NAME}
|
||||
init_password.db_cluster_name = knoe-cnpg-0
|
||||
init_password.db_host_port = 5432
|
||||
init_password.db_namespace = ${DATABASE_NAMESPACE}
|
||||
init_password.db_password = ${KNOE_SECRET:v1:tKvJE6VfhT8HqcYo:-Tiq5oUc6Iff8Krv2bry2WerWlhTryMy8Z0a1ChmGm-eMsvWGsCAHA==}
|
||||
init_password.db_password_confirm = ${KNOE_SECRET:v1:tKvJE6VfhT8HqcYo:-Tiq5oUc6Iff8Krv2bry2WerWlhTryMy8Z0a1ChmGm-eMsvWGsCAHA==}
|
||||
init_password.db_password = ${KNOE_SECRET:v1:fz-xjpQU5_LDz5h4:J9O3Io5umXXF58y9W7a-vpEoPKsZHZgra-o3PdX6oTVya2xyVPdBnw==}
|
||||
init_password.db_password_confirm = ${KNOE_SECRET:v1:fz-xjpQU5_LDz5h4:J9O3Io5umXXF58y9W7a-vpEoPKsZHZgra-o3PdX6oTVya2xyVPdBnw==}
|
||||
init_password.db_username = root
|
||||
init_password.generate_ssh_key = true
|
||||
init_scripts.run_scripts = true
|
||||
@ -144,6 +144,7 @@ DEPLOYMENT_TARGET = knoe-service-cluster
|
||||
DOCKER_IMPORT_DIR =
|
||||
DOCKER_PRELOAD = false
|
||||
GITEA_HOSTNAME = git-internal.prole.org
|
||||
GITEA_PV_NODE = gandalf.prole.org
|
||||
GITLAB_GITALY_STORAGE_CLASS = synology-iscsi
|
||||
GITLAB_PUBLIC_HOSTS = git.prole.org
|
||||
GITLAB_REPAIR_BLOCKED_AUTOCLEAN = 1
|
||||
@ -210,7 +211,7 @@ PROLE_LOGS = $HOME/dev/knoe/logs
|
||||
MONITORING_STORAGE_CLASS = local-path
|
||||
|
||||
[Kerberos Authentication]
|
||||
; No configuration values captured yet for this section.
|
||||
STATUS = Initialized
|
||||
|
||||
[Ollama]
|
||||
; No configuration values captured yet for this section.
|
||||
@ -223,6 +224,7 @@ KERBEROS_ENABLED = true
|
||||
SUPABASE_ENABLED = false
|
||||
|
||||
[GitOps]
|
||||
STATUS = Attempted
|
||||
|
||||
[Database Creation]
|
||||
APP_CLUSTER_NAME = knoe-dev-0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user