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
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
The text was updated successfully, but these errors were encountered:
When Include a path on "./helm_values/ca.yaml", I always receive 404, but when I change the path to "/" it works nicely.
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
The text was updated successfully, but these errors were encountered: