Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deploy/dev-ol/devops-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ spec:
protocol: TCP
resources:
limits:
cpu: 200m
memory: 500Mi
cpu: 300m
memory: 600Mi
requests:
cpu: 100m
memory: 100Mi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
terminationGracePeriodSeconds: 30
terminationGracePeriodSeconds: 30
4 changes: 2 additions & 2 deletions deploy/dev/devops-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ spec:
protocol: TCP
resources:
limits:
cpu: 200m
memory: 500Mi
cpu: 300m
memory: 600Mi
requests:
cpu: 100m
memory: 100Mi
Expand Down
4 changes: 2 additions & 2 deletions deploy/no-branch-dev/devops-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ spec:
protocol: TCP
resources:
limits:
cpu: 200m
memory: 500Mi
cpu: 300m
memory: 600Mi
requests:
cpu: 100m
memory: 100Mi
Expand Down
4 changes: 2 additions & 2 deletions deploy/prod-ol/devops-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ spec:
protocol: TCP
resources:
limits:
cpu: 200m
memory: 500Mi
cpu: 300m
memory: 600Mi
requests:
cpu: 100m
memory: 100Mi
Expand Down
4 changes: 2 additions & 2 deletions deploy/prod/devops-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ spec:
protocol: TCP
resources:
limits:
cpu: 200m
memory: 500Mi
cpu: 300m
memory: 600Mi
requests:
cpu: 100m
memory: 100Mi
Expand Down