2 Commits

Author SHA1 Message Date
renovate 838b4695ec Update rancher/mirrored-library-traefik Docker tag to v3 2026-06-01 03:07:00 +00:00
AverageMarcus d48e21ada7 Add hermes as an internal service
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-05-31 13:36:20 +01:00
3 changed files with 21 additions and 2 deletions
@@ -83,3 +83,20 @@ spec:
app: internal-proxy
type: ClusterIP
---
apiVersion: v1
kind: Service
metadata:
name: hermes
namespace: auth-proxy
labels:
app: internal-proxy
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 8080
selector:
app: internal-proxy
type: ClusterIP
---
+3 -1
View File
@@ -13,7 +13,9 @@ data:
"loki.auth-proxy.svc": "loki-write.cluster.local",
"loki.auth-proxy.svc:80": "loki-write.cluster.local",
"loki-distributed.auth-proxy.svc": "loki-loki.cluster.local",
"loki-distributed.auth-proxy.svc:80": "loki-loki.cluster.local"
"loki-distributed.auth-proxy.svc:80": "loki-loki.cluster.local",
"hermes.auth-proxy.svc": "hermes.cluster.local",
"hermes.auth-proxy.svc:80": "hermes.cluster.local"
}
---
apiVersion: apps/v1
+1 -1
View File
@@ -45,7 +45,7 @@ spec:
- --entrypoints.websecure.http.tls=true
- --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https
image: rancher/mirrored-library-traefik:2.11.42
image: rancher/mirrored-library-traefik:3.7.1
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3