You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apiVersion: cert-manager.io/v1kind: ClusterIssuermetadata:
name: cert-issuerspec:
acme:
# You must replace this email address with your own.# Let's Encrypt will use this to contact you about expiring# certificates, and issues related to your account.email: [email protected]server: https://acme-v02.api.letsencrypt.org/directoryprivateKeySecretRef:
# Secret resource that will be used to store the account's private key.name: letsencrypt-cluster-issuer# Add a single challenge solver, HTTP01 using nginxsolvers:
# https://github.com/Mimetis/AKS_DNS01Solver/tree/master
- dns01:
azureDNS:
clientID: #############################clientSecretSecretRef:
name: azuredns-configkey: client-secretsubscriptionID: ###########################tenantID: ##############################resourceGroupName: cool-domainshostedZoneName: cooldb.xyzenvironment: AzurePublicCloud
But I am still getting error ERR_TOO_MANY_REDIRECTS in the browser while trying to acces the db at the domain cockroach.cooldb.xyz and also getting 307 logs from nginx-controller hitting the correct service "cockroachdb-public".
What am I doing wrong here?
The text was updated successfully, but these errors were encountered:
I am trying to set up public access to a cluster deployed using the operator. I am using the below configuration while deploying a CrdbCluster.
I am using nginx controller and cert-manager.
Below is my ingress and cert manager in order
But I am still getting error ERR_TOO_MANY_REDIRECTS in the browser while trying to acces the db at the domain cockroach.cooldb.xyz and also getting 307 logs from nginx-controller hitting the correct service "cockroachdb-public".
What am I doing wrong here?
The text was updated successfully, but these errors were encountered: