3 Commits

3 changed files with 13 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ spec:
- tekton.cluster.fun - tekton.cluster.fun
- changedetection.cluster.fun - changedetection.cluster.fun
- grafana.cluster.fun - grafana.cluster.fun
- podgrab.cluster.fun
secretName: auth-proxy-ingress secretName: auth-proxy-ingress
rules: rules:
- host: downloads.cluster.fun - host: downloads.cluster.fun
@@ -199,3 +200,13 @@ spec:
name: tailscale-proxy name: tailscale-proxy
port: port:
name: auth name: auth
- host: podgrab.cluster.fun
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: tailscale-proxy
port:
name: auth

View File

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

View File

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