alloy implementation

This commit is contained in:
miwr 2025-03-12 13:37:16 +01:00
parent 303d7b3a7e
commit 71fbdcb5e0
4 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: alloy
namespace: monitoring
spec:
ingressClassName: nginx
rules:
- host: {{{ .Env.DOMAIN }}}
http:
paths:
- backend:
service:
name: alloy
port:
number: 12345
path: /alloy
pathType: Prefix