Skip to content

Commit

Permalink
Revert "Debug deploy without dependency resources"
Browse files Browse the repository at this point in the history
This reverts commit 73ed49d.
  • Loading branch information
ThomasSamson committed Nov 2, 2023
1 parent 73ed49d commit fd49dff
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions helm/api-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ keycloak:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
# resources:
# requests:
# memory: 300Mi
# cpu: 50m
# limits:
# memory: 500Mi
# cpu: 150m
resources:
requests:
memory: 300Mi
cpu: 50m
limits:
memory: 500Mi
cpu: 150m
service:
type: ClusterIP
extraEnvVars:
Expand Down Expand Up @@ -161,13 +161,13 @@ keycloak:

external-dns:
enabled: true
# resources:
# requests:
# memory: 50Mi
# cpu: 50m
# limits:
# memory: 200Mi
# cpu: 100m
resources:
requests:
memory: 50Mi
cpu: 50m
limits:
memory: 200Mi
cpu: 100m
domainFilters:
- chart-example.local
provider: cloudflare
Expand Down

0 comments on commit fd49dff

Please sign in to comment.