mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-26 15:00:12 +00:00
add tekton
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
bfce08329d
commit
933b93da76
23 changed files with 199 additions and 111 deletions
38
apps/yopass/route.yaml
Normal file
38
apps/yopass/route.yaml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: yopass
|
||||
namespace: yopass
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: shared-edge-gateway
|
||||
namespace: cilium-ingress
|
||||
hostnames:
|
||||
- pastebin.gwg313.xyz
|
||||
- pastebin.local.gwg313.xyz
|
||||
- pastebin.zerotier.gwg313.xyz
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: yopass
|
||||
port: 1337
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: ReferenceGrant
|
||||
metadata:
|
||||
name: allow-gateway-to-yopass
|
||||
namespace: yopass
|
||||
|
||||
spec:
|
||||
from:
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: Gateway
|
||||
namespace: cilium-ingress
|
||||
|
||||
to:
|
||||
- group: ""
|
||||
kind: Service
|
||||
name: yopass
|
||||
Loading…
Add table
Add a link
Reference in a new issue