Skip to content

Commit 73e938b

Browse files
committed
Add missing server http port param.
1 parent 3478447 commit 73e938b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ spec:
183183
description: Comma separated list of target hosts that bypass the proxy used internally by the domain proxy.
184184
type: string
185185
default: ""
186+
- name: SERVER_HTTP_PORT
187+
description: The HTTP port to use for the domain proxy.
188+
type: string
189+
default: 8080
186190
results:
187191
- name: IMAGE_DIGEST
188192
description: Digest of the image just built
@@ -292,6 +296,8 @@ spec:
292296
value: $(params.INTERNAL_PROXY_PASSWORD)
293297
- name: INTERNAL_NON_PROXY_HOSTS
294298
value: $(params.INTERNAL_NON_PROXY_HOSTS)
299+
- name: SERVER_HTTP_PORT
300+
value: $(params.SERVER_HTTP_PORT)
295301
volumeMounts:
296302
- mountPath: /shared
297303
name: shared

0 commit comments

Comments
 (0)