add openbao ingress
This commit is contained in:
parent
3ef702fb52
commit
ba35dc9b32
2 changed files with 19 additions and 0 deletions
18
k8s/operators/openbao/ingress.yaml
Normal file
18
k8s/operators/openbao/ingress.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
name: openbao
|
||||||
|
labels:
|
||||||
|
name: openbao
|
||||||
|
spec:
|
||||||
|
rules:
|
||||||
|
- host: openbao.k8s.home.finn.io
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- pathType: Prefix
|
||||||
|
path: "/"
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: openbao
|
||||||
|
port:
|
||||||
|
number: 8200
|
|
@ -4,6 +4,7 @@ namespace: openbao
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- bundle.yaml
|
- bundle.yaml
|
||||||
|
- ingress.yaml
|
||||||
patches:
|
patches:
|
||||||
- target:
|
- target:
|
||||||
kind: Pod
|
kind: Pod
|
||||||
|
|
Loading…
Reference in a new issue