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:
2026-09-18 20:10:39 +02:00
co-authored by Copilot
parent d174a0c666
commit ffaf7247fe
+4 -1
View File
@@ -34,7 +34,10 @@ openbao:
ui:
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:
# Sidecar-injector webhook is not needed for ESO integration.