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

25 lines
557 B
YAML

---
# Source: postiz/charts/postiz/templates/common.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.4.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