Skip to content

Commit

Permalink
Fix ingress class.
Browse files Browse the repository at this point in the history
  • Loading branch information
badri committed Dec 22, 2023
1 parent ad1b333 commit 5af5ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/sb-registry/enable
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def main(cluster_name, tld, password):
args.extend(["--set", "ingress.tls[0].secretName=registry-tls"])
args.extend(["--set", "ingress.annotations.cert-manager.io/cluster-issuer=letsencrypt-prod"])
# maybe set ingress class
args.extend(["--set", "ingress.className=public"])
args.extend(["--set", "ingress.annotations.nginx.ingress.kubernetes.io/proxy-body-size=0"])
args.extend(["--set", f"secrets.htpasswd={cluster_name}:{password}"])
args.extend(["--set", "updateStrategy.type=Recreate"])
Expand Down

0 comments on commit 5af5ec8

Please sign in to comment.