reduce resources and move secret to new namespace
This commit is contained in:
parent
65de770fcc
commit
6b0cb19bfd
3 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@ apiVersion: external-secrets.io/v1beta1
|
|||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: radarr
|
||||
namespace: anime
|
||||
spec:
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
|
|
|
@ -68,7 +68,7 @@ spec:
|
|||
requests:
|
||||
cpu: 10m
|
||||
limits:
|
||||
memory: 16Gi
|
||||
memory: 6Gi
|
||||
pod:
|
||||
securityContext:
|
||||
runAsUser: 568
|
||||
|
|
|
@ -68,7 +68,7 @@ spec:
|
|||
requests:
|
||||
cpu: 10m
|
||||
limits:
|
||||
memory: 16Gi
|
||||
memory: 6Gi
|
||||
pod:
|
||||
securityContext:
|
||||
runAsUser: 568
|
||||
|
|
Loading…
Reference in a new issue