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
5974e6450c
commit
f1b27dc366
1 changed files with 31 additions and 0 deletions
|
|
@ -43,3 +43,34 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
type: ExternalName
|
type: ExternalName
|
||||||
externalName: durp.info
|
externalName: durp.info
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: traefik.io/v1alpha1
|
||||||
|
kind: IngressRoute
|
||||||
|
metadata:
|
||||||
|
name: searxng-internal-ingress
|
||||||
|
spec:
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
|
routes:
|
||||||
|
- match: Host(`searxng.internal.durp.info`) && PathPrefix(`/`)
|
||||||
|
kind: Rule
|
||||||
|
services:
|
||||||
|
- name: searxng-service
|
||||||
|
port: 8080
|
||||||
|
tls:
|
||||||
|
secretName: searxng-internal-tls
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: searxng-internal-tls
|
||||||
|
spec:
|
||||||
|
secretName: searxng-internal-tls
|
||||||
|
issuerRef:
|
||||||
|
name: letsencrypt-production
|
||||||
|
kind: ClusterIssuer
|
||||||
|
commonName: "searxng.internal.durp.info"
|
||||||
|
dnsNames:
|
||||||
|
- "searxng.internal.durp.info"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue