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

24 lines
504 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: postiz
labels:
app.kubernetes.io/instance: postiz
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: postiz
app.kubernetes.io/service: postiz
helm.sh/chart: postiz-4.5.0
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