File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
examples/in-cluster-build Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,15 @@ mirrors:
1616 "builds-registry.ystack.svc.cluster.local":
1717 endpoint:
1818 - http://builds-registry.ystack.svc.cluster.local
19+ "builds-registry.ystack.svc.cluster.local:80":
20+ endpoint:
21+ - http://builds-registry.ystack.svc.cluster.local
1922 "prod-registry.ystack.svc.cluster.local":
2023 endpoint:
2124 - http://prod-registry.ystack.svc.cluster.local
25+ "prod-registry.ystack.svc.cluster.local:80":
26+ endpoint:
27+ - http://prod-registry.ystack.svc.cluster.local
2228EOF
2329
2430INSTALLER_REVISION=16c8554b5ca6636dbacaf5e00cee31dfea87e622
Original file line number Diff line number Diff line change 1313 spec :
1414 containers :
1515 - name : busybox
16- image : builds-registry.ystack.svc.cluster.local/ystack-examples/example-server
16+ image : builds-registry.ystack.svc.cluster.local:80 /ystack-examples/example-server
1717 ports :
1818 - containerPort : 8080
Original file line number Diff line number Diff line change 77 gitCommit :
88 variant : CommitSha
99 artifacts :
10- - image : builds-registry.ystack.svc.cluster.local/ystack-examples/example-server
10+ - image : builds-registry.ystack.svc.cluster.local:80 /ystack-examples/example-server
1111 sync :
1212 infer : ["**/*"]
1313 kaniko :
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ mirrors:
22 " builds-registry.ystack.svc.cluster.local " :
33 endpoint :
44 - http://builds-registry.ystack.svc.cluster.local
5+ " builds-registry.ystack.svc.cluster.local:80 " :
6+ endpoint :
7+ - http://builds-registry.ystack.svc.cluster.local
58 " prod-registry.ystack.svc.cluster.local " :
69 endpoint :
710 - http://prod-registry.ystack.svc.cluster.local
11+ " prod-registry.ystack.svc.cluster.local:80 " :
12+ endpoint :
13+ - http://prod-registry.ystack.svc.cluster.local
You can’t perform that action at this time.
0 commit comments