Files
infrastructure/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-admintools.yaml

54 lines
1.6 KiB
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: postiz-temporal-admintools
annotations:
labels:
app.kubernetes.io/component: admintools
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
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: temporal
app.kubernetes.io/instance: postiz
app.kubernetes.io/component: admintools
template:
metadata:
annotations:
labels:
app.kubernetes.io/component: admintools
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
spec:
serviceAccountName: default
containers:
- name: admin-tools
image: "temporalio/admin-tools:1.30.3@sha256:2c2272b008f1af295b3719963e6feeef64f838d1105d895cf6acfcf96dd31741"
imagePullPolicy: IfNotPresent
env:
- name: TEMPORAL_CLI_ADDRESS
value: postiz-temporal-frontend:7233
- name: TEMPORAL_ADDRESS
value: postiz-temporal-frontend:7233
livenessProbe:
exec:
command:
- ls
- /
initialDelaySeconds: 5
periodSeconds: 5
resources:
requests:
cpu: 10m
memory: 60Mi