16 lines
333 B
YAML
16 lines
333 B
YAML
|
|
# Hive has no inbound HTTP API — it is a reconciliation daemon only.
|
||
|
|
# This Service exists for Linkerd observability (metrics scraping).
|
||
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: hive
|
||
|
|
namespace: lasuite
|
||
|
|
spec:
|
||
|
|
selector:
|
||
|
|
app: hive
|
||
|
|
ports:
|
||
|
|
- name: metrics
|
||
|
|
port: 9090
|
||
|
|
targetPort: 9090
|
||
|
|
protocol: TCP
|