chore: Update manifests after change

This commit is contained in:
2025-12-09 02:50:08 +00:00
parent c0c06814dd
commit 935490ca8c
27 changed files with 264 additions and 26 deletions

View File

@@ -0,0 +1,21 @@
---
apiVersion: v1
kind: Pod
metadata:
name: "seerr-seerr-chart-test-connection"
labels:
helm.sh/chart: seerr-chart-3.0.0
app.kubernetes.io/name: seerr-chart
app.kubernetes.io/instance: seerr
app.kubernetes.io/version: "3.0.0"
app.kubernetes.io/part-of: seerr-chart
app.kubernetes.io/managed-by: Helm
annotations:
"helm.sh/hook": test
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['seerr-seerr-chart:80']
restartPolicy: Never