Files
homelab/k8s/apps/gotify/service.yaml
T

15 lines
206 B
YAML

apiVersion: v1
kind: Service
metadata:
name: gotify
namespace: notifications
labels:
app: gotify
spec:
selector:
app: gotify
ports:
- port: 80
targetPort: 80
protocol: TCP