Files
infrastructure/clusters/cl01tl/manifests/gitea/Pod-gitea-test-connection.yaml
gitea-bot 2565ccd2c2 Automated Manifest Update (#5186)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `workflow_dispatch` by `@alexlebens`
- **Commit**: `2f40ac8` (on `main`)
- **Charts Updated**: `gatus,gitea`

Reviewed-on: #5186
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-03-27 02:46:52 +00:00

23 lines
510 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: "gitea-test-connection"
namespace: gitea
labels:
helm.sh/chart: gitea-12.5.0
app: gitea
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: gitea
app.kubernetes.io/version: "1.25.5"
version: "1.25.5"
app.kubernetes.io/managed-by: Helm
annotations:
"helm.sh/hook": test-success
spec:
containers:
- name: wget
image: "busybox:latest"
command: ['wget']
args: ['gitea-http:3000']
restartPolicy: Never