https://www.openpgp.org/software/kleopatra/
dnf install kleopatra
https://www.openpgp.org/software/kleopatra/
dnf install kleopatra
Seed | Benefits |
---|---|
Flax Seeds | Rich in omega-3 fatty acids, fiber, and lignans; supports heart health, aids digestion, may reduce cholesterol. |
Chia Seeds | High in fiber, protein, omega-3s, and antioxidants; promotes hydration, aids weight loss, supports bone health. |
Sesame Seeds | Good source of calcium, iron, magnesium, and healthy fats; supports bone health, may lower cholesterol levels. |
Sunflower Seeds | Rich in vitamin E, magnesium, selenium, and protein; boosts heart health, supports skin health, aids in mood regulation. |
Watermelon Seeds | Contains protein, healthy fats, vitamins, and minerals; supports heart health, aids digestion, may boost immunity. |
Pumpkin Seeds | High in antioxidants, magnesium, zinc, and fiber; supports prostate health, boosts immunity, help sleep. |
Halim Seeds | Rich in Iron, protein, fiber, vitamins, and minerals; aids digestion, promotes weight loss, supports heart health. |
/etc/kubernetes/manifests/kube-apiserver.yaml
nginx.yml
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: nginx
name: nginx
spec:
replicas: 1
selector:
matchLabels:
app: nginx
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: nginx
spec:
containers:
- image: nginx
name: nginx
resizePolicy:
- resourceName: cpu
restartPolicy: NotRequired
- resourceName: memory
restartPolicy: NotRequired
resources:
limits:
memory: "100Mi"
cpu: "100m"
requests:
memory: "100Mi"
cpu: "100m"
patch.yml [only applied to pod]
kubectl patch pod nginx-94675f6cf-9bxzj --patch '{"spec":{"containers":[{"name":"nginx", "resources":{"requests":{"cpu":"200m"}, "limits":{"cpu":"200m"}}}]}}'