apiVersion: v1
kind: Pod
metadata:
  name: ls-pod
  labels:
    app: test-nginx
  annotations:
    openfuyao.com/qos-level: LS
spec:
  containers:
  - name: test-nginx
    image: nginx
    imagePullPolicy: IfNotPresent
    resources:
      limits:
        cpu: 0.5
        memory: 200Mi
      requests:
        cpu: 0.25
        memory: 100Mi