Skip to content

Commit

Permalink
feat(helm): update external-secrets to use cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
isac322 committed Jan 1, 2024
1 parent e97fb2a commit ec28781
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 26 deletions.
22 changes: 9 additions & 13 deletions values/external-secrets/backbone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ serviceMonitor:
enabled: true

webhook:
create: true

serviceMonitor:
enabled: true

Expand All @@ -23,16 +21,14 @@ webhook:
cpu: 50m
memory: 64Mi

certController:
create: true

serviceMonitor:
certManager:
enabled: true
cert:
issuerRef:
kind: ClusterIssuer
name: cluster-issuer-self-signed
duration: 8760h
renewBefore: 24h

resources:
requests:
cpu: 5m
memory: 64Mi
limits:
cpu: 50m
memory: 96Mi
certController:
create: false
22 changes: 9 additions & 13 deletions values/external-secrets/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ serviceMonitor:
enabled: true

webhook:
create: true

serviceMonitor:
enabled: true

Expand All @@ -23,16 +21,14 @@ webhook:
cpu: 50m
memory: 64Mi

certController:
create: true

serviceMonitor:
certManager:
enabled: true
cert:
issuerRef:
kind: ClusterIssuer
name: cluster-issuer-self-signed
duration: 8760h
renewBefore: 24h

resources:
requests:
cpu: 5m
memory: 96Mi
limits:
cpu: 50m
memory: 256Mi
certController:
create: false

0 comments on commit ec28781

Please sign in to comment.