Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4308634c0b | |||
| a8c1f39a03 | |||
| b52c5a8eba | |||
| 0521df9e92 | |||
| 6e8275454e | |||
|
493984abe4
|
|||
| 5e9efc3a3b | |||
| c3b3db2651 | |||
| 519b8eebb9 | |||
| 3bef85f5a6 | |||
| a1baddb427 | |||
| e3d2b0f65f |
@@ -19,6 +19,7 @@ spec:
|
||||
- bsky-feeds.cluster.fun
|
||||
- ai.cluster.fun
|
||||
- penpot.cluster.fun
|
||||
- trek.cluster.fun
|
||||
secretName: non-auth-proxy-ingress
|
||||
rules:
|
||||
- host: hello-world.cluster.fun
|
||||
@@ -71,3 +72,13 @@ spec:
|
||||
name: tailscale-proxy
|
||||
port:
|
||||
name: non-auth
|
||||
- host: trek.cluster.fun
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
service:
|
||||
name: tailscale-proxy
|
||||
port:
|
||||
name: non-auth
|
||||
|
||||
@@ -43,7 +43,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: git
|
||||
image: gitea/gitea:1.26.1
|
||||
image: gitea/gitea:1.26.2
|
||||
env:
|
||||
- name: APP_NAME
|
||||
value: "Git"
|
||||
|
||||
@@ -31,7 +31,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: frontend
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.17.0
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.19.0
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
||||
@@ -238,7 +238,7 @@ spec:
|
||||
- --resources=validatingwebhookconfigurations
|
||||
#- --resources=volumeattachments
|
||||
imagePullPolicy: IfNotPresent
|
||||
image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.18.0"
|
||||
image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.19.0"
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
livenessProbe:
|
||||
|
||||
@@ -216,7 +216,7 @@ spec:
|
||||
serviceAccountName: promtail
|
||||
containers:
|
||||
- name: promtail
|
||||
image: "grafana/promtail:2.9.17"
|
||||
image: "grafana/promtail:3.6.11"
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "-config.file=/etc/promtail/promtail.yaml"
|
||||
|
||||
@@ -68,7 +68,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: web
|
||||
image: ghcr.io/miniflux/miniflux:2.2.19
|
||||
image: ghcr.io/miniflux/miniflux:2.3.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
||||
Reference in New Issue
Block a user