4 Commits

Author SHA1 Message Date
0d7e3e29bb Update grafana/promtail Docker tag to v3 2025-06-14 03:08:58 +00:00
23e2cf7d08 Remove config snippet
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-06-13 13:38:28 +01:00
e9a5ad781c Update webhook annotation
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-06-13 13:36:25 +01:00
4894baaee3 revert 7052631867
revert revert 3fd3ae4a0d

revert Add websocket annotations to non-auth ingress
2025-06-13 11:23:05 +00:00
3 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
spec:
ingressClassName: nginx
tls:

View File

@@ -236,7 +236,7 @@ spec:
serviceAccountName: promtail
containers:
- name: promtail
image: "grafana/promtail:2.9.15"
image: "grafana/promtail:3.5.1"
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.15"
image: "grafana/promtail:3.5.1"
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/promtail/promtail.yaml"