MMolisch

Results 3 comments of MMolisch

> I was able to successfully serve the UI on a subpath (k8s ingress) using: > > ``` > extraEnvVars: > - name: MINIO_CONSOLE_SUBPATH > value: "/minio/" > - name:...

> I haved the same error with the Gpu Operator example but If I try with following example all works fine > > ```yaml > apiVersion: v1 > kind: Pod...

> Ah, got it. 😆 > > For me I needed to disable HostNetwork in the chart to make it work. That works, but you then cannot see all network...