We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87788ca commit ca73f1eCopy full SHA for ca73f1e
internal/pkg/project/project.go
@@ -2,5 +2,5 @@ package project
2
3
const (
4
AppName string = "oauth-server"
5
- AppVersion string = "0.2.0"
+ AppVersion string = "0.2.1"
6
)
k8s/prod.yaml
@@ -21,10 +21,10 @@ spec:
21
- containerPort: 8080
22
resources:
23
requests:
24
- cpu: 100m
25
- memory: 50Mi
+ cpu: 5m
+ memory: 100Mi
26
limits:
27
28
memory: 100Mi
29
env:
30
- name: STAGES
k8s/qa.yaml
0 commit comments