mirror of
https://github.com/nold360/hive-apps
synced 2024-11-09 23:36:38 +00:00
20 lines
287 B
YAML
20 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
|