reduce resources and move secret to new namespace

This commit is contained in:
Joseph Hanson 2024-10-22 21:13:34 -05:00
parent 65de770fcc
commit 6b0cb19bfd
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@ apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret kind: ExternalSecret
metadata: metadata:
name: radarr name: radarr
namespace: anime
spec: spec:
secretStoreRef: secretStoreRef:
kind: ClusterSecretStore kind: ClusterSecretStore

View file

@ -68,7 +68,7 @@ spec:
requests: requests:
cpu: 10m cpu: 10m
limits: limits:
memory: 16Gi memory: 6Gi
pod: pod:
securityContext: securityContext:
runAsUser: 568 runAsUser: 568

View file

@ -68,7 +68,7 @@ spec:
requests: requests:
cpu: 10m cpu: 10m
limits: limits:
memory: 16Gi memory: 6Gi
pod: pod:
securityContext: securityContext:
runAsUser: 568 runAsUser: 568