chore: update README.md & k8s specs [skip ci]

This commit is contained in:
Dawid Wysokiński 2024-03-31 12:42:55 +02:00
parent a81f8ebf75
commit d94253c825
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
3 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<div align="center">
[![Release](https://img.shields.io/gitea/v/release/twhelp/corev3?gitea_url=https%3A%2F%2Fgitea.dwysokinski.me)](https://gitea.dwysokinski.me/twhelp/corev3/releases)
[![License](https://img.shields.io/badge/License-MIT-green)](#license)
[![Go Report Card](https://goreportcard.com/badge/gitea.dwysokinski.me/twhelp/corev3)](https://goreportcard.com/report/gitea.dwysokinski.me/twhelp/corev3)
[![CI/CD](https://woodpecker.dwysokinski.me/api/badges/17/status.svg)](https://woodpecker.dwysokinski.me/repos/17)

View File

@ -36,6 +36,8 @@ spec:
secretKeyRef:
name: twhelp-secret
key: rabbitmq-connection-string
- name: AUTO_MAX_PROCS
value: "true"
resources:
requests:
cpu: 20m
@ -82,6 +84,8 @@ spec:
secretKeyRef:
name: twhelp-secret
key: rabbitmq-connection-string
- name: AUTO_MAX_PROCS
value: "true"
resources:
requests:
cpu: 20m
@ -128,6 +132,8 @@ spec:
secretKeyRef:
name: twhelp-secret
key: rabbitmq-connection-string
- name: AUTO_MAX_PROCS
value: "true"
resources:
requests:
cpu: 20m
@ -174,6 +180,8 @@ spec:
secretKeyRef:
name: twhelp-secret
key: rabbitmq-connection-string
- name: AUTO_MAX_PROCS
value: "true"
resources:
requests:
cpu: 20m
@ -209,6 +217,8 @@ spec:
value: "1"
- name: DB_READ_TIMEOUT
value: 60s
- name: AUTO_MAX_PROCS
value: "true"
resources:
requests:
cpu: 20m

View File

@ -46,5 +46,5 @@ spec:
cpu: 20m
memory: 300Mi
limits:
cpu: 300m
cpu: 500m
memory: 300Mi