apiVersion: v1
kind: Pod
metadata:
  name: be-pod
  labels:
    app: test-nginx
  annotations:
    openfuyao.com/qos-level: BE
spec:
  containers:
  - name: test-nginx
    image: nginx
    imagePullPolicy: IfNotPresent
    resources:
      limits:
        kubernetes.io/be-cpu: 500
        kubernetes.io/be-memory: 200Mi
      requests:
        kubernetes.io/be-cpu: 250
        kubernetes.io/be-memory: 100Mi