2026-04-12 15:23:08 -03:00
|
|
|
# services/typhon/service.yaml
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Service
|
|
|
|
|
metadata:
|
|
|
|
|
name: typhon
|
|
|
|
|
namespace: climate
|
|
|
|
|
annotations:
|
|
|
|
|
prometheus.io/scrape: "true"
|
|
|
|
|
prometheus.io/port: "9108"
|
|
|
|
|
prometheus.io/path: "/metrics"
|
|
|
|
|
spec:
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
selector:
|
|
|
|
|
app: typhon
|
|
|
|
|
ports:
|
|
|
|
|
- name: metrics
|
|
|
|
|
port: 9108
|
|
|
|
|
targetPort: metrics
|
2026-04-13 22:02:57 -03:00
|
|
|
- name: control
|
|
|
|
|
port: 9110
|
|
|
|
|
targetPort: control
|