stacks/ref-implementation/openbao/manifests/ingress.yaml

19 lines
465 B
YAML
Raw Normal View History

2024-11-12 12:54:10 +00:00
# apiVersion: networking.k8s.io/v1
# kind: Ingress
# metadata:
# name: openbao-ingress-localhost
# namespace: openbao
# spec:
# rules:
# - host: localhost # Change this to your domain or leave it as is for local development
# http:
# paths:
# - path: ""
# pathType: Exact
# backend:
# service:
# name: openbao
# port:
# number: 8200 # The port to forward to on your service