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

Reviewed-on: #3397
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-01-23 20:48:34 +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.4"
version: "1.25.4"
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