Files
2024-12-13 14:22:21 +03:00

18 lines
320 B
YAML

apiVersion: v1
kind: Service
metadata:
name: test-app-service
namespace: first-test
labels:
app: test-app
prometheus.deckhouse.io/custom-target: "test-app"
annotations:
prometheus.deckhouse.io/port: "5000"
spec:
selector:
app: test-app
ports:
- name: http
port: 80
targetPort: 5000