2026-04-12 11:16:29 -03:00
|
|
|
# services/maintenance/soteria-service.yaml
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Service
|
|
|
|
|
metadata:
|
|
|
|
|
name: soteria
|
|
|
|
|
namespace: maintenance
|
|
|
|
|
labels:
|
|
|
|
|
app: soteria
|
|
|
|
|
annotations:
|
|
|
|
|
prometheus.io/scrape: "true"
|
2026-04-12 22:36:51 -03:00
|
|
|
prometheus.io/port: "8080"
|
2026-04-12 11:16:29 -03:00
|
|
|
prometheus.io/path: "/metrics"
|
|
|
|
|
spec:
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
selector:
|
|
|
|
|
app: soteria
|
|
|
|
|
ports:
|
|
|
|
|
- name: http
|
|
|
|
|
port: 80
|
|
|
|
|
targetPort: http
|