mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
feat: flux instance
This commit is contained in:
23
kubernetes/apps/flux-system/flux-instance/app/ingress.yaml
Normal file
23
kubernetes/apps/flux-system/flux-instance/app/ingress.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: webhook-receiver
|
||||
annotations:
|
||||
hajimari.io/enable: "false"
|
||||
spec:
|
||||
ingressClassName: external
|
||||
rules:
|
||||
- host: "flux-webhook.${SECRET_EXTERNAL_DOMAIN}"
|
||||
http:
|
||||
paths:
|
||||
- path: /hook/
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: webhook-receiver
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- "flux-webhook.${SECRET_EXTERNAL_DOMAIN}"
|
Reference in New Issue
Block a user