fix(k8s): set ingress.hostName in Infisical helm values to fix catch-all ingress routing conflict
Build and Push Docker Images / build (api) (push) Failing after 4m38s
Details
Build and Push Docker Images / build (musicseerr) (push) Successful in 13m16s
Details
Build and Push Docker Images / build (nextgen) (push) Failing after 11m18s
Details
Build and Push Docker Images / build (web) (push) Failing after 11m10s
Details
Build and Push Docker Images / build (worker) (push) Successful in 19m32s
Details
Build and Push Docker Images / deploy (push) Has been skipped
Details
Build and Push Docker Images / build (api) (push) Failing after 4m38s
Details
Build and Push Docker Images / build (musicseerr) (push) Successful in 13m16s
Details
Build and Push Docker Images / build (nextgen) (push) Failing after 11m18s
Details
Build and Push Docker Images / build (web) (push) Failing after 11m10s
Details
Build and Push Docker Images / build (worker) (push) Successful in 19m32s
Details
Build and Push Docker Images / deploy (push) Has been skipped
Details
This commit is contained in:
parent
1d98804845
commit
a6a5586b1d
|
|
@ -3,16 +3,12 @@
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
hostName: secret.techarvest.co.zw
|
||||||
|
ingressClassName: nginx
|
||||||
nginx:
|
nginx:
|
||||||
enabled: false
|
enabled: false
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
hosts:
|
|
||||||
- host: secret.techarvest.co.zw
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
tls:
|
tls:
|
||||||
- secretName: secret-techarvest-tls
|
- secretName: secret-techarvest-tls
|
||||||
hosts:
|
hosts:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue