21 lines
382 B
YAML
21 lines
382 B
YAML
# services/maintenance/soteria-service.yaml
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: soteria
|
|
namespace: maintenance
|
|
labels:
|
|
app: soteria
|
|
annotations:
|
|
prometheus.io/scrape: "true"
|
|
prometheus.io/port: "8080"
|
|
prometheus.io/path: "/metrics"
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: soteria
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: http
|