Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

[sonatype-nexus] Unable to set correct SSL Cert and Ports for AWS Load Balancer #295

Open
amd87hh opened this issue Jul 26, 2021 · 0 comments

Comments

@amd87hh
Copy link

amd87hh commented Jul 26, 2021

Hi,

im trying to set up Nexus through Helm, but I'm stuck with the Load Balancer settings. I'm new, both to Helm and Nexus, and I'm not sure if I need a nexusProxy. This is how it looks like:

nexus:
  service:
    type: LoadBalancer
    ports:
    - port: 443
      protocol: TCP
    annotations:
      service.beta.kubernetes.io/aws-load-balancer-ssl-cert: "arn:aws:acm:eu-central-xxx"
      service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "https"
      service.beta.kubernetes.io/aws-load-balancer-backend-port: "https"
      service.beta.kubernetes.io/aws-load-balancer-extra-security-groups: "sg-xxx"

nexusProxy:
  port: 443
  targetPort: 80
  env:
    nexusHttpHost: nexus.mysite.com
    nexusDockerHost: nexus.mysite.com

And this is the AWS LB:

Screenshot 2021-07-26 at 13-09-14 EC2 Management Console

I already tryed out several ways, but I cant get the annotations into Kubernetes.

I'm really thankfull for any advices.

@amd87hh amd87hh changed the title Unable to set correct SSL Cert and Ports for AWS Load Balancer [sonatype-nexus] Unable to set correct SSL Cert and Ports for AWS Load Balancer Jul 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant