From 5f26ac7629372ff99ac96b6be7e90e3a62a2d56b Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Fri, 20 Sep 2024 14:24:49 -0600 Subject: [PATCH] [NO TESTS] WIP --- projects/public_dns/src/resources/zonefiles/tirefireind.us.j2 | 2 ++ projects/tentacles/mkdocker.sh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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