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
9f8dc8f8ed
commit
3a5a9838b2
1 changed files with 3 additions and 2 deletions
|
|
@ -8,6 +8,9 @@ spec:
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`octopus.durp.info`) && PathPrefix(`/`)
|
- match: Host(`octopus.durp.info`) && PathPrefix(`/`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
|
middlewares:
|
||||||
|
- name: bouncer
|
||||||
|
namespace: traefik
|
||||||
services:
|
services:
|
||||||
- name: infra-cluster
|
- name: infra-cluster
|
||||||
port: 443
|
port: 443
|
||||||
|
|
@ -15,7 +18,6 @@ spec:
|
||||||
secretName: octopus-tls
|
secretName: octopus-tls
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -30,7 +32,6 @@ spec:
|
||||||
- "octopus.durp.info"
|
- "octopus.durp.info"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
kind: Service
|
kind: Service
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue