mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
d99920c95c
commit
87b1b7dbc2
1 changed files with 6 additions and 6 deletions
|
|
@ -30,7 +30,7 @@ subsets:
|
||||||
apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
name: n8n-ingress-external
|
name: n8n-ingress
|
||||||
spec:
|
spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
|
|
@ -42,16 +42,16 @@ spec:
|
||||||
port: 5678
|
port: 5678
|
||||||
scheme: http
|
scheme: http
|
||||||
tls:
|
tls:
|
||||||
secretName: n8n-external-tls
|
secretName: n8n-tls
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: n8n-external-tls
|
name: n8n-tls
|
||||||
spec:
|
spec:
|
||||||
secretName: n8n-external-tls
|
secretName: n8n-tls
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: letsencrypt-production
|
name: letsencrypt-production
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
|
|
@ -64,9 +64,9 @@ spec:
|
||||||
kind: Service
|
kind: Service
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: n8n-external-dns
|
name: n8n-dns
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: n8n.durp.info
|
dns.alpha.kubernetes.io/hostname: n8n.durp.info
|
||||||
spec:
|
spec:
|
||||||
type: ExternalName
|
type: ExternalName
|
||||||
externalName: durp.info
|
externalName: durp.info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue