Tell requests to use http.

This commit is contained in:
James Pace 2024-01-03 23:52:22 -05:00
parent cb904c1ee8
commit 9c8de7aeb1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ spec:
- name: J7S_REPO - name: J7S_REPO
value: "ssh://git@git.jpace121.net:2222/limbo/limbo.git" value: "ssh://git@git.jpace121.net:2222/limbo/limbo.git"
- name: J7S_URL - name: J7S_URL
value: "el-limbo-pipeline-listener.j7s-ci.svc.cluster.local:8080" value: "http://el-limbo-pipeline-listener.j7s-ci.svc.cluster.local:8080"
- name: J7S_REPO_NAME - name: J7S_REPO_NAME
value: "limbo" value: "limbo"
volumeMounts: volumeMounts: