18 lines
320 B
YAML
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
|