18 lines
465 B
YAML
18 lines
465 B
YAML
# 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
|