diff --git a/projects/public_dns/src/resources/zonefiles/tirefireind.us.j2 b/projects/public_dns/src/resources/zonefiles/tirefireind.us.j2 index f2f4177..8f5c916 100644 --- a/projects/public_dns/src/resources/zonefiles/tirefireind.us.j2 +++ b/projects/public_dns/src/resources/zonefiles/tirefireind.us.j2 @@ -25,6 +25,8 @@ hass {{ ttl }} IN A {{ link }} k8s {{ ttl }} IN A {{ link }} git {{ ttl }} IN A {{ link }} sso {{ ttl }} IN A {{ link }} +jelly {{ ttl }} IN A {{ link }} +podfetch {{ ttl }} IN A {{ link }} {% endfor %} # Secrets service diff --git a/projects/tentacles/mkdocker.sh b/projects/tentacles/mkdocker.sh index 6dc98cd..da06d3e 100644 --- a/projects/tentacles/mkdocker.sh +++ b/projects/tentacles/mkdocker.sh @@ -12,4 +12,5 @@ cp Dockerfile "$tmpdir/" cp -r "$zapp" "$tmpdir/" cd "${tmpdir}" -docker build "$@" -f Dockerfile . +docker build "$@" -f Dockerfile -t registry.tirefireind.us/arrdem/tentacles:latest . +docker push registry.tirefireind.us/arrdem/tentacles:latest