mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
add images
This commit is contained in:
parent
b968cd024f
commit
2d1916de2b
1 changed files with 44 additions and 0 deletions
|
|
@ -80,3 +80,47 @@ metadata:
|
|||
spec:
|
||||
type: ExternalName
|
||||
externalName: durp.info
|
||||
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: gitlab-registry
|
||||
namespace: gitlab
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`images.durp.info`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: unraid
|
||||
port: 5050
|
||||
scheme: http
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: gitlab-images-tls
|
||||
spec:
|
||||
secretName: gitlab-images-tls
|
||||
issuerRef:
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
commonName: "images.durp.info"
|
||||
dnsNames:
|
||||
- "images.durp.info"
|
||||
|
||||
---
|
||||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: gitlab-images-external-dns
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: images.durp.info
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: durp.info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue