Skip to content

Ingress is hardcoded to AWS ALB and *.alchemiscale.internal hostnames #21

Description

@dotsdl

In server/alchemiscale-ingress.yaml:

annotations:
  alb.ingress.kubernetes.io/scheme: internal
  alb.ingress.kubernetes.io/target-type: ip
spec:
  ingressClassName: alb
  rules:
  - host: api.alchemiscale.internal
  - host: compute.alchemiscale.internal

This locks the deployment to the AWS Load Balancer Controller and to undocumented internal hostnames. There's no TLS configuration. Other clusters (GKE, AKS, on-prem with nginx-ingress, etc.) need to rewrite this file from scratch.

A templated deployment (#25) would let users override ingressClassName, annotations, hosts, and TLS config. Short of that, at minimum this file needs documentation about which knobs need turning for a non-AWS deployment.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions