Files
home-cluster-ops/apps/nexus/base/service.yaml
2024-08-29 10:14:45 +10:00

16 lines
283 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nexus
namespace: nexus
annotations:
prometheus.io/scrape: 'true'
prometheus.io/path: /
prometheus.io/port: '8081'
spec:
selector:
app: nexus
type: LoadBalancer
ports:
- port: 8081
targetPort: 8081