edgexfoundry / edgex-helm

Owner: Core WG
Apache License 2.0
4 stars 7 forks source link

helm deployment: Warnings on ingress configuration #21

Closed bnevis-i closed 1 year ago

bnevis-i commented 1 year ago

🐞 Bug Report

Affected Services [REQUIRED]

All

Is this a regression?

Yes, this warning is new, may be newly introduced error checking.

Description and Minimal Reproduction [REQUIRED]

🔥 Exception or Error


$ helm install edgex-minnesota -n edgex .
W0920 14:47:39.425171  251459 warnings.go:70] path /rules-engine/(.*) cannot be used with pathType Prefix
W0920 14:47:39.425355  251459 warnings.go:70] path /core-consul/(.*) cannot be used with pathType Prefix
W0920 14:47:39.438260  251459 warnings.go:70] path /vault/(v1/auth/userpass/login/.*) cannot be used with pathType Prefix
W0920 14:47:39.438276  251459 warnings.go:70] path /vault/(v1/identity/oidc/token/.*) cannot be used with pathType Prefix
W0920 14:47:39.438260  251459 warnings.go:70] path /core-command/(.*) cannot be used with pathType Prefix
W0920 14:47:39.438737  251459 warnings.go:70] path /core-metadata/(.*) cannot be used with pathType Prefix
W0920 14:47:39.438773  251459 warnings.go:70] path /support-notifications/(.*) cannot be used with pathType Prefix
W0920 14:47:39.438733  251459 warnings.go:70] path /support-scheduler/(.*) cannot be used with pathType Prefix
W0920 14:47:39.453850  251459 warnings.go:70] path /device-virtual/(.*) cannot be used with pathType Prefix
W0920 14:47:39.453996  251459 warnings.go:70] path /core-data/(.*) cannot be used with pathType Prefix

🌍 Your Environment

Deployment Environment: k8s on fedora

EdgeX Version [REQUIRED]: main (pending 3.1)

Anything else relevant?