forked from DevFW-CICD/stacks
Delete template/stacks/core/ingress-apps/openbao.yaml
This commit is contained in:
parent
0c2e94dc24
commit
1f38cc5755
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
name: openbao
|
|
||||||
namespace: openbao
|
|
||||||
{{{ if eq .Env.CLUSTER_TYPE "osc" }}}
|
|
||||||
annotations:
|
|
||||||
dns.gardener.cloud/class: garden
|
|
||||||
dns.gardener.cloud/dnsnames: openbao.{{{ .Env.DOMAIN }}}
|
|
||||||
dns.gardener.cloud/ttl: "600"
|
|
||||||
{{{ end }}}
|
|
||||||
spec:
|
|
||||||
ingressClassName: nginx
|
|
||||||
rules:
|
|
||||||
- host: openbao.{{{ .Env.DOMAIN }}}
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- backend:
|
|
||||||
service:
|
|
||||||
name: openbao
|
|
||||||
port:
|
|
||||||
number: 8200
|
|
||||||
path: /
|
|
||||||
pathType: Prefix
|
|
Loading…
Reference in a new issue