Files
infrastructure/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-internal-frontend.yaml

30 lines
752 B
YAML

apiVersion: v1
kind: Service
metadata:
name: postiz-temporal-internal-frontend
labels:
app.kubernetes.io/component: internal-frontend
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:
type: ClusterIP
ports:
- port: 7236
targetPort: rpc
appProtocol: tcp
protocol: TCP
name: grpc-rpc
- port: 7246
targetPort: http
appProtocol: http
protocol: TCP
name: http
selector:
app.kubernetes.io/name: temporal
app.kubernetes.io/instance: postiz
app.kubernetes.io/component: internal-frontend