We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3528e1f commit e3d2068Copy full SHA for e3d2068
manifests/apps/by-cluster/rgst/forgejo.jsonnet
@@ -145,7 +145,7 @@ local all = {
145
// Generated by the registration init container.
146
file: '.runner',
147
envs: {
148
- DOCKER_HOST: 'tcp://localhost:2376',
+ DOCKER_HOST: 'tcp://localhost:2375',
149
},
150
capacity: 2,
151
@@ -214,7 +214,7 @@ local all = {
214
command: ['sh', '-e', '-c'],
215
args: [
216
|||
217
- while ! nc -z localhost 2376 </dev/null; do
+ while ! nc -z localhost 2375 </dev/null; do
218
echo 'waiting for docker daemon...' >&2
219
sleep 2
220
done
@@ -223,7 +223,7 @@ local all = {
223
|||,
224
],
225
env: k.envList({
226
227
}),
228
volumeMounts: [
229
{
0 commit comments