This commit is contained in:
Ruslan Piatrovich
2024-12-13 14:22:21 +03:00
parent be33aa549e
commit f815f629ec
871 changed files with 193 additions and 138036 deletions
+27
View File
@@ -0,0 +1,27 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: test-app
namespace: first-test
labels:
app: test-app
spec:
replicas: 1
selector:
matchLabels:
app: test-app
template:
metadata:
labels:
app: test-app
annotations:
prometheus.deckhouse.io/custom-target: "test-app"
prometheus.deckhouse.io/port: "5000"
spec:
containers:
- name: test-app
image: docker-local-devops.art.lmru.tech/test-network-policies:v0.1
ports:
- name: http
containerPort: 5000
imagePullPolicy: Always