Expose OpenBao UI via NodePort like ArgoCD
Matches the existing cluster convention (ArgoCD 30080/30443, Gitea 30300): no Ingress needed, reachable directly at <node-ip>:30200. Co-authored-by: Copilot <[email protected]>
This commit is contained in:
+4
-1
@@ -34,7 +34,10 @@ openbao:
|
|||||||
|
|
||||||
ui:
|
ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
serviceType: ClusterIP
|
# NodePort, same pattern as ArgoCD (30080/30443) and Gitea (30300):
|
||||||
|
# reachable at http://<node-ip>:30200 without needing an Ingress.
|
||||||
|
serviceType: NodePort
|
||||||
|
serviceNodePort: 30200
|
||||||
|
|
||||||
injector:
|
injector:
|
||||||
# Sidecar-injector webhook is not needed for ESO integration.
|
# Sidecar-injector webhook is not needed for ESO integration.
|
||||||
|
|||||||
Reference in New Issue
Block a user