mirror of
https://github.com/nold360/hive-apps
synced 2024-11-13 01:06:39 +00:00
19 lines
287 B
YAML
19 lines
287 B
YAML
operator:
|
|
watchNamespace: "*"
|
|
resources:
|
|
limits:
|
|
cpu: 1100m
|
|
memory: 1Gi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 100Mi
|
|
replicas: 1
|
|
|
|
podSecurityContext:
|
|
runAsNonRoot: true
|
|
runAsUser: 2000
|
|
|
|
securityContext: {}
|
|
|
|
community-operator-crds:
|
|
enabled: true
|