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

58 lines
1.7 KiB
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: postiz-temporal-web
annotations:
labels:
app.kubernetes.io/component: web
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: web
template:
metadata:
annotations:
labels:
app.kubernetes.io/component: web
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: temporal-web
image: "temporalio/ui:2.48.1@sha256:edb5dd1b3e0ddb35611939dde9b573533afd6fbafbbf077b73c7131a30ca91ff"
imagePullPolicy: IfNotPresent
env:
- name: TEMPORAL_ADDRESS
value: "postiz-temporal-frontend.postiz.svc:7233"
livenessProbe:
initialDelaySeconds: 10
tcpSocket:
port: http
readinessProbe:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 10
ports:
- name: http
containerPort: 8080
protocol: TCP
resources:
requests:
cpu: 10m
memory: 60Mi