Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLF CA with ingress path not found #48

Open
marcosrachid opened this issue Aug 5, 2019 · 0 comments
Open

HLF CA with ingress path not found #48

marcosrachid opened this issue Aug 5, 2019 · 0 comments

Comments

@marcosrachid
Copy link

marcosrachid commented Aug 5, 2019

When Include a path on "./helm_values/ca.yaml", I always receive 404, but when I change the path to "/" it works nicely.

image:
  tag: 1.3.0

ingress:
  enabled: true
  annotations:
    kubernetes.io/ingress.class: nginx
    certmanager.k8s.io/cluster-issuer: "letsencrypt-production"
 # THIS PLACE
  path: /org1
  hosts:
    # TODO: Change this to your Domain Name
    - blockchain-ingress.xpto.com
  tls:
    - secretName: ca--tls
      hosts:
        # TODO: Change this to your Domain Name
        - blockchain-ingress.xpto.com
# rest is the same as hyperledger workshop

CA_INGRESS=$(kubectl get ingress -n fabric-ca -l "app=hlf-ca,release=ca" -o jsonpath="{.items[0].spec.rules[0].host}")
curl https://$CA_INGRESS/org1/cainfo
404 page not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant