fix kube ip
Some checks failed
continuous-integration/drone/push Build is passing
Deploy to pages / build (push) Has been cancelled

This commit is contained in:
2025-12-19 22:27:43 +03:00
parent b9ca40735d
commit 25e9a86e55

View File

@ -71,7 +71,7 @@ steps:
- 'echo "$KUBE_CONFIG_CONTENT" > ~/.kube/config'
- 'chmod 600 ~/.kube/config'
# Заменяем localhost на внешний IP сервера
- 'sed -i "s|https://127.0.0.1:6443|https://192.168.1.55:6443|g" ~/.kube/config'
- 'sed -i "s|https://127.0.0.1:6443|https://10.10.10.100:6443|g" ~/.kube/config'
# Готовим переменные для prod-окружения
- 'export APP_NAMESPACE="prod-ns"'
- 'export HOSTNAME="examples-for-kids.vigdorov.ru"'