26 lines
808 B
YAML
26 lines
808 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: "postiz-temporal-test-cluster-health"
|
|
labels:
|
|
app.kubernetes.io/component: test
|
|
app.kubernetes.io/name: temporal
|
|
helm.sh/chart: temporal-1.0.0-rc.3
|
|
app.kubernetes.io/managed-by: Helm
|
|
app.kubernetes.io/instance: postiz
|
|
app.kubernetes.io/version: "1.30.2"
|
|
app.kubernetes.io/part-of: temporal
|
|
annotations:
|
|
"helm.sh/hook": test
|
|
spec:
|
|
serviceAccountName: default
|
|
containers:
|
|
- name: cluster-health
|
|
image: "temporalio/admin-tools:1.30.3@sha256:2c2272b008f1af295b3719963e6feeef64f838d1105d895cf6acfcf96dd31741"
|
|
imagePullPolicy: IfNotPresent
|
|
command: ["temporal", "operator", "cluster", "health"]
|
|
env:
|
|
- name: TEMPORAL_ADDRESS
|
|
value: postiz-temporal-frontend:7233
|
|
restartPolicy: Never
|