mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +08:00
Initial beszel-hub k8s chart (#537)
* Initial beszel-hub k8s chart * Moved beszel-hub chart in supplemental
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: "{{ .Release.Name }}-smoke-test"
|
||||
annotations:
|
||||
"helm.sh/hook": test
|
||||
spec:
|
||||
containers:
|
||||
- name: hook1-container
|
||||
image: curlimages/curl
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ['sh', '-c', 'curl http://{{ template "beszel.fullname" . }}-web:8090/']
|
||||
restartPolicy: Never
|
||||
terminationGracePeriodSeconds: 0
|
Reference in New Issue
Block a user