Files
fleet-infra/apps/ntfy/service.yaml
2025-06-09 09:46:19 -04:00

15 lines
208 B
YAML

apiVersion: v1
kind: Service
metadata:
name: service
namespace: ntfy
spec:
type: ClusterIP
selector:
app: ntfy
ports:
- name: http
protocol: TCP
port: 80
targetPort: http