Files
infrastructure/clusters/cl01tl/manifests/postiz/Service-postiz-main.yaml

23 lines
510 B
YAML

apiVersion: v1
kind: Service
metadata:
name: postiz-main
labels:
app.kubernetes.io/instance: postiz
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: postiz
app.kubernetes.io/service: postiz-main
helm.sh/chart: postiz-4.6.2
namespace: postiz
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 5000
protocol: TCP
name: http
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: postiz
app.kubernetes.io/name: postiz