mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
update ingress
This commit is contained in:
parent
39020882f4
commit
0b4238217b
27 changed files with 106 additions and 186 deletions
|
|
@ -35,7 +35,7 @@ spec:
|
|||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`registry.internal.durp.info`) && PathPrefix(`/`)
|
||||
- match: Host(`registry.internal.prd.durp.info`) && PathPrefix(`/`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: registry-internal
|
||||
|
|
@ -54,6 +54,6 @@ spec:
|
|||
issuerRef:
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
commonName: "registry.durp.info"
|
||||
commonName: "registry.prd.durp.info"
|
||||
dnsNames:
|
||||
- "registry.durp.info"
|
||||
- "registry.prd.durp.info"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue