add openbao ingress

This commit is contained in:
Finn 2024-09-01 16:12:06 -07:00
parent 3ef702fb52
commit ba35dc9b32
2 changed files with 19 additions and 0 deletions

View 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

View file

@ -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