Skip to content

Commit

Permalink
feat(vault): ingressroute
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Dec 31, 2023
1 parent 2c2f877 commit 80d775f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions vault/dev/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ spec:
- web
- websecure
routes:
- match: Host(`vault.dev.nsl.xyz`)
kind: Rule
services:
- name: vault-ui
port: 8200
- match: Host(`vault.rss3.dev`)
- match: Host(`vault.dev.naturalselectionlabs.com`)
kind: Rule
services:
- name: vault-ui
Expand Down
4 changes: 2 additions & 2 deletions vault/prod/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ spec:
- web
- websecure
routes:
- match: Host(`vault.prod.nsl.xyz`)
- match: Host(`vault.prod.naturalselectionlabs.com`)
kind: Rule
services:
- name: vault-ui
port: 8200
port: 8200

0 comments on commit 80d775f

Please sign in to comment.