Initial upload
This commit is contained in:
parent
29fe0064da
commit
312761c8af
130 changed files with 19526 additions and 0 deletions
19
otc/think-ahead.cloud/stacks/core/ingress-apps/openbao.yaml
Normal file
19
otc/think-ahead.cloud/stacks/core/ingress-apps/openbao.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue