change url

This commit is contained in:
2025-08-24 21:26:17 +05:30
parent ddaabfaa1f
commit a6e3bd6f54

View File

@@ -33,7 +33,7 @@ spec:
- sh - sh
- -c - -c
- | - |
while ! nc -z gitea.akshun-lab.uk 443; do while ! nc -z gitea.akshun-lab.cc 443; do
echo "Waiting for Gitea to be ready..." echo "Waiting for Gitea to be ready..."
sleep 5 sleep 5
done done
@@ -50,7 +50,7 @@ spec:
- name: DOCKER_TLS_VERIFY - name: DOCKER_TLS_VERIFY
value: "1" value: "1"
- name: GITEA_INSTANCE_URL - name: GITEA_INSTANCE_URL
value: "https://gitea.akshun-lab.uk" value: "https://gitea.akshun-lab.cc"
- name: GITEA_RUNNER_REGISTRATION_TOKEN - name: GITEA_RUNNER_REGISTRATION_TOKEN
value: "NvAHP4f1in4Fpe6VFaiwiN98IR0poOQoDv4dDKcN" value: "NvAHP4f1in4Fpe6VFaiwiN98IR0poOQoDv4dDKcN"
- name: CONFIG_FILE - name: CONFIG_FILE