Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apiVersion: apps/v1
- kind: Deployment
- metadata:
- labels:
- app: alertproxy
- name: alertproxy
- namespace: monitoring
- preference:
- matchExpressions:
- - key: test
- operator: In
- values:
- - her
- spec:
- replicas: 1
- selector:
- matchLabels:
- app: alertproxy
- template:
- metadata:
- labels:
- app: alertproxy
- spec:
- containers:
- - env: []
- image: busybox:1.31.1-uclibc
- name: alertproxy
- ports:
- - containerPort: 5000
- name: http
- readinessProbe:
- httpGet:
- port: http
- resources:
- limits:
- cpu: 200m
- memory: 200Mi
- requests:
- cpu: 100m
- memory: 100Mi
- nodeSelector:
- kubernetes.io/os: linux
- weight: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement