mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
01904f7ca7
commit
990f93ff26
1 changed files with 17 additions and 5 deletions
|
|
@ -10,8 +10,20 @@ data:
|
||||||
service: service0
|
service: service0
|
||||||
rule: Host(`test.durp.info`)
|
rule: Host(`test.durp.info`)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
apiVersion: traefik.io/v1alpha1
|
||||||
|
kind: IngressRoute
|
||||||
|
metadata:
|
||||||
|
name: test-ingress
|
||||||
|
spec:
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
|
routes:
|
||||||
|
- match: Host(`test.durp.info`) && PathPrefix(`/`)
|
||||||
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
service0:
|
- name: service0
|
||||||
loadBalancer:
|
port: 443
|
||||||
servers:
|
tls:
|
||||||
- url: https://google.com
|
secretName: test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue