Automated Manifest Update #7051

Merged
alexlebens merged 2 commits from auto/update-manifests into manifests 2026-05-17 01:27:01 +00:00
2 changed files with 30 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ spec:
done
echo "Gitea has been reached!"
- name: dind
image: "docker.io/docker:29.4.3-dind@sha256:685b91dca8eab7de1dce1c303dbb7a763e4082d6a60db10968adf3295fbd2495"
image: "docker.io/docker:29.5.0-dind@sha256:8e3fae900cbfbdc14e8abca89a9e44363065cb535f34a09283c59cc0dde2de20"
restartPolicy: Always
imagePullPolicy: IfNotPresent
securityContext:

View File

@@ -0,0 +1,29 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: komodo-tailscale
namespace: komodo
labels:
app.kubernetes.io/name: komodo-tailscale
app.kubernetes.io/instance: komodo
app.kubernetes.io/part-of: komodo
tailscale.com/proxy-class: no-metrics
annotations:
tailscale.com/experimental-forward-cluster-traffic-via-ingress: "true"
spec:
ingressClassName: tailscale
tls:
- hosts:
- komodo-cl01tl
secretName: komodo-cl01tl
rules:
- host: komodo-cl01tl
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: komodo-main
port:
name: http