stacks-instances/otc/think-ahead.cloud/stacks/core/ingress-apps/openbao.yaml
Richard Robert Reitz 312761c8af Initial upload
2025-05-08 15:38:03 +02:00

19 lines
343 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: openbao
namespace: openbao
spec:
ingressClassName: nginx
rules:
- host: openbao.think-ahead.cloud
http:
paths:
- backend:
service:
name: openbao
port:
number: 8200
path: /
pathType: Prefix