2 Commits

Author SHA1 Message Date
a7efea93e6 Update grafana/promtail Docker tag to v3 2025-01-23 03:19:50 +00:00
7ba4790ad6 Added bsky-feeds proxy
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-01-22 11:27:05 +00:00
3 changed files with 13 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ spec:
- hosts:
- hello-world.cluster.fun
- ombi.cluster.fun
- bsky-feeds.cluster.fun
secretName: non-auth-proxy-ingress
rules:
- host: hello-world.cluster.fun
@@ -34,3 +35,13 @@ spec:
name: tailscale-proxy
port:
name: non-auth
- host: bsky-feeds.cluster.fun
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: tailscale-proxy
port:
name: non-auth

View File

@@ -236,7 +236,7 @@ spec:
serviceAccountName: promtail
containers:
- name: promtail
image: "grafana/promtail:2.9.11"
image: "grafana/promtail:3.3.2"
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/promtail/promtail.yaml"

View File

@@ -215,7 +215,7 @@ spec:
serviceAccountName: promtail
containers:
- name: promtail
image: "grafana/promtail:2.9.11"
image: "grafana/promtail:3.3.2"
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/promtail/promtail.yaml"