Files
terraform-talos/_deployments/vars/metrics-server.yaml
2023-04-06 12:46:25 +03:00

38 lines
591 B
YAML

updateStrategy:
type: RollingUpdate
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 50m
memory: 64Mi
livenessProbe:
periodSeconds: 30
readinessProbe:
periodSeconds: 30
podSecurityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
securityContext:
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
nodeSelector:
node-role.kubernetes.io/control-plane: ""
tolerations:
- key: node-role.kubernetes.io/control-plane
effect: NoSchedule