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
I intend to deploy harbor using helm in a cluster where multiple applications (prometheus, grafana, k8s-dashboard, my own app, etc) will also be running.
my requirements are
run harbor pods in master node. I'll use nodeSelector for this. my other applications some will be running in master (monitoring apps), some in worker nodes (my own app)
Harbor comes with its own ingress resource definition. For my requirements, should I not need to use harbor's ingress and create my own ingress resource that also contains the path to my other applications? or should I use existing harbor ingress and create ingress for other applications and configure them to use the same ingress controller?
how do I configure the helm values to achieve the recommended approach ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I intend to deploy harbor using helm in a cluster where multiple applications (prometheus, grafana, k8s-dashboard, my own app, etc) will also be running.
my requirements are
how do I configure the helm values to achieve the recommended approach ?
Beta Was this translation helpful? Give feedback.
All reactions