Skip to content

Adds additional configurations to the Container Registry

John Skarbek requested to merge jts/can-we-change-this into master
  • Allows us to configure the clusterIP and loadBalancerIP attributes for the Service object
  • provides an empty default value for loadBalancerIP
  • changes the default for the clusterIP from 0.0.0.0 to an empty string
    • This is hopefully going to protect upgrades since we were not setting this prior and this is an immutable field.

Addresses: https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/7178

Edited by John Skarbek

Merge request reports