mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Point rubenhensen.nl to mailserver for reverse proxy
This commit is contained in:
@@ -19,8 +19,6 @@ spec:
|
||||
apk add --no-cache openssh-client curl > /dev/null 2>&1
|
||||
cp /ssh-key/private_key /tmp/ssh_key
|
||||
chmod 600 /tmp/ssh_key
|
||||
echo "Key starts with: $(head -1 /tmp/ssh_key)"
|
||||
wc -c /tmp/ssh_key
|
||||
IP=$(curl -s --max-time 10 https://api.ipify.org)
|
||||
if [ -z "$IP" ]; then
|
||||
echo "Failed to get external IP"
|
||||
|
||||
Reference in New Issue
Block a user