Postiz/manifests/service.yaml

16 lines
273 B
YAML

apiVersion: v1
kind: Service
metadata:
name: postiz-svc
namespace: postiz
labels:
app.kubernetes.io/name: postiz
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 5000
selector:
app: postiz