Skip to content

Commit

Permalink
change default update strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Mar 27, 2024
1 parent cf97308 commit d84a88e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions charts/vaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ mini-identity-provider:
nginx.ingress.kubernetes.io/rewrite-target: /$2
nginx.ingress.kubernetes.io/x-forwarded-prefix: "/auth"
hosts:
- host: vaas
paths:
- path: /auth(/|$)(.*)
pathType: ImplementationSpecific
service:
name: provider
port: 8080
- host: vaas
paths:
- path: /auth(/|$)(.*)
pathType: ImplementationSpecific
service:
name: provider
port: 8080
tls: []

image:
Expand Down Expand Up @@ -149,13 +149,13 @@ gateway:

gdscan:
replicaCount: 1
deploymentStrategy: "Recreate"
deploymentStrategy: "RollingUpdate"
client:
resources:
## we recommend setting an upper limit
# limits:
# cpu: 2
# memory: 2Gi
## we recommend setting an upper limit
# limits:
# cpu: 2
# memory: 2Gi
requests:
cpu: 2
memory: 2Gi
Expand Down

0 comments on commit d84a88e

Please sign in to comment.