Skip to content

Commit

Permalink
Merge pull request #5921 from felder/felder_ugr
Browse files Browse the repository at this point in the history
trying to add https to ugr01
  • Loading branch information
felder authored Aug 8, 2024
2 parents 12cec7a + 7868956 commit f7c2ec4
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions deployments/ugr01/config/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,18 @@ jupyterhub:
proxy:
service:
loadBalancerIP: 34.172.42.174
ingress:
enabled: true
hosts:
- ugr01-staging.datahub.berkeley.edu
tls:
- secretName: tls-cert
hosts:
- ugr01-staging.datahub.berkeley.edu
traefik:
extraInitContainers:
# This startup delay can help the k8s container network interface setup
# network routing of traffic to the pod, which is essential for the ACME
# challenge submitted by Traefik on startup to acquire a TLS certificate.
#
# Sleeping for 7 seconds has been consistently sufficient to avoid issues
# in GKE when this workaround was explored initially for GKE.
#
- name: startup-delay
image: busybox:stable
command: ["sh", "-c", "sleep 10"]
https:
hosts:
- ugr01-staging.datahub.berkeley.edu

0 comments on commit f7c2ec4

Please sign in to comment.