diff --git a/config/clusters/2i2c/cluster.yaml b/config/clusters/2i2c/cluster.yaml index 8cd5cb3cf..0d1966ebf 100644 --- a/config/clusters/2i2c/cluster.yaml +++ b/config/clusters/2i2c/cluster.yaml @@ -57,14 +57,6 @@ hubs: - basehub-common.values.yaml - demo.values.yaml - enc-demo.secret.values.yaml - - name: ohw - display_name: "Ocean Hack Week" - domain: oceanhackweek.2i2c.cloud - helm_chart: daskhub - helm_chart_values_files: - - daskhub-common.values.yaml - - ohw.values.yaml - - enc-ohw.secret.values.yaml - name: temple display_name: "Temple University" domain: temple.2i2c.cloud diff --git a/config/clusters/2i2c/enc-ohw.secret.values.yaml b/config/clusters/2i2c/enc-ohw.secret.values.yaml deleted file mode 100644 index 72461c374..000000000 --- a/config/clusters/2i2c/enc-ohw.secret.values.yaml +++ /dev/null @@ -1,21 +0,0 @@ -basehub: - jupyterhub: - hub: - config: - GitHubOAuthenticator: - client_id: ENC[AES256_GCM,data:N9qHb+uPisBPndSgWgYlRo4t/xk=,iv:hJpfA6jJaqlmRNDWH/pgnVjolxnpXlhaJ9TWGvOOey0=,tag:63Jfnx3SspWLj8S4j8VsiQ==,type:str] - client_secret: ENC[AES256_GCM,data:N5lLY+Kr9BZaP59uuk++eVvxA0nhIJVx4ClFLxTpeprpputCiGlaow==,iv:gLgjmFcWJ8dyLII28JHXpNBTKYaRGdxv+nJFI0xUxY8=,tag:4CWFfAI8M/eGaylMWEYbHw==,type:str] -sops: - kms: [] - gcp_kms: - - resource_id: projects/two-eye-two-see/locations/global/keyRings/sops-keys/cryptoKeys/similar-hubs - created_at: "2025-01-28T14:44:58Z" - enc: CiUA4OM7eNk/7eEvmMLF/aLo7bof9xBhvYChEK9VWoOXcYbW1btVEkkAnGhyNhE46iI+YCIKTBp9hvlItJWo1B9a1757kvxjZMvwv/MZ7YakYptYaKEVdYdtrnv3PorZs/pfJg3vWv2J/U7OwQFubcYU - azure_kv: [] - hc_vault: [] - age: [] - lastmodified: "2025-01-28T14:44:59Z" - mac: ENC[AES256_GCM,data:Az2RB5Xeixd0iuNHwT1EnU2lMaMkfmZEZ+wW5T20+zsTlAJaSoKe7sRCOJT0QhZOGhUGTjdINQfL86fyX28lyNArYSZnErOCKqSiz/fRAXJ26Cqlc9lRmUpygusPg4+KyLiglNQeIpoWDMpTJPSBcp/zUsJkyMB61xN5sgKtC1k=,iv:5AmhKeQy8vOCMLS5D74CVTUM7a/RFyOo6bwF+C1jc0I=,tag:VknAD762zKC1VGJV6fwXtw==,type:str] - pgp: [] - unencrypted_suffix: _unencrypted - version: 3.9.1 diff --git a/config/clusters/2i2c/ohw.values.yaml b/config/clusters/2i2c/ohw.values.yaml deleted file mode 100644 index ccd0777c4..000000000 --- a/config/clusters/2i2c/ohw.values.yaml +++ /dev/null @@ -1,93 +0,0 @@ -basehub: - userServiceAccount: - annotations: - iam.gke.io/gcp-service-account: pilot-hubs-ohw@two-eye-two-see.iam.gserviceaccount.com - jupyterhub: - ingress: - hosts: - - oceanhackweek.2i2c.cloud - tls: - - secretName: https-auto-tls - hosts: - - oceanhackweek.2i2c.cloud - singleuser: - networkPolicy: - # For OHW, we allow 8080 (for DAP) and 22 (for ssh) - # https://github.com/2i2c-org/infrastructure/issues/549#issuecomment-892276020 - egress: - - ports: - - port: 8080 - protocol: TCP - - ports: - - port: 22 - protocol: TCP - profileList: - - display_name: "Python en JupyterLab" - description: "~2 CPU, ~8G RAM" - default: true - kubespawner_override: - image: "ghcr.io/oceanhackweek/python:c881ad5" - default_url: "/lab" - mem_limit: 8G - mem_guarantee: 4G - cpu_limit: 2 - cpu_guarantee: 0.5 - - display_name: "R en RStudio" - description: "~2 CPU, ~8G RAM" - kubespawner_override: - image: "ghcr.io/oceanhackweek/r:d690195" - default_url: "/rstudio" - mem_limit: 8G - mem_guarantee: 4G - cpu_limit: 2 - cpu_guarantee: 0.5 - extraEnv: - SCRATCH_BUCKET: gs://pilot-hubs-scratch-ohw/$(JUPYTERHUB_USER) - PANGEO_SCRATCH: gs://pilot-hubs-scratch-ohw/$(JUPYTERHUB_USER) - GH_SCOPED_CREDS_CLIENT_ID: "Iv1.9c20af442fad0d86" - GH_SCOPED_CREDS_APP_URL: "https://github.com/apps/ohw-gh-scoped-creds-app" - custom: - 2i2c: - add_staff_user_ids_to_admin_users: true - add_staff_user_ids_of_type: "github" - jupyterhubConfigurator: - enabled: false - homepage: - gitRepoBranch: "2i2c-ohw" - templateVars: - org: - name: OceanHackWeek en espaƱol - # logo_url: https://avatars.githubusercontent.com/u/33128979 - logo_url: https://intercoonecta.github.io/_static/OHWe.png - url: https://intercoonecta.github.io - designed_by: - name: 2i2c - url: https://2i2c.org - operated_by: - name: 2i2c - url: https://2i2c.org - funded_by: - name: CSIC - url: https://www.csic.es/es - hub: - config: - JupyterHub: - authenticator_class: github - GitHubOAuthenticator: - oauth_callback_url: https://oceanhackweek.2i2c.cloud/hub/oauth_callback - allowed_organizations: - - Intercoonecta:ohwes24-organizers - - Intercoonecta:ohwes24-mentor-helper-presenter - - Intercoonecta:ohwes24-participants-tallerintermed - - Intercoonecta:ohwes24-participants-hackaton - - oceanhackweek:ohw24-organizers - - oceanhackweek:ohw24-project-mentors - - oceanhackweek:ohw24-tutorial-presenters - scope: - - read:org - Authenticator: - admin_users: - - ocefpaf - - abkfenris - - cpsarason - - emiliom