mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
f0fd21ec86
commit
709def73de
1 changed files with 18 additions and 0 deletions
18
infra/vault/templates/ingress.yaml
Normal file
18
infra/vault/templates/ingress.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: vault-ingress
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`vault.infra.durp.info`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: vault
|
||||
port: 8200
|
||||
scheme: https
|
||||
tls:
|
||||
secretName: vault-tls
|
||||
Loading…
Add table
Add a link
Reference in a new issue