Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions hack/allocate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ networking() {
--type merge \
--patch '{"data":{"ingress-class":"contour.ingress.networking.knative.dev"}}'

echo "Patching contour to prefer duals-tack"
kubectl patch -n contour-external svc/envoy --type merge --patch '{"spec":{"ipFamilyPolicy":"PreferDualStack"}}'

$KUBECTL wait pod --for=condition=Ready -l '!job-name' -n contour-external --timeout=10m
$KUBECTL wait pod --for=condition=Ready -l '!job-name' -n knative-serving --timeout=10m
echo "${green}✅ Ingress${reset}"
Expand Down
1 change: 1 addition & 0 deletions hack/install-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ spec:
- name: GITLAB_OMNIBUS_CONFIG
value: |
external_url 'http://${gitlab_host}'
nginx['listen_addresses'] = ["0.0.0.0", "[::]"]
gitlab_rails['gitlab_shell_ssh_port'] = 30022
gitlab_rails['gitlab_email_enabled'] = false
puma['worker_processes'] = 0
Expand Down
Loading