add config for secret to wiki and increase resources
All checks were successful
Mirror to GitHub / mirror (push) Successful in 8s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 8s
This commit is contained in:
@@ -52,11 +52,11 @@ spec:
|
||||
containerPort: 3306
|
||||
resources:
|
||||
requests:
|
||||
memory: 0.1Gi
|
||||
cpu: 0.01
|
||||
memory: 0.3Gi
|
||||
cpu: 0.03
|
||||
limits:
|
||||
memory: 0.4Gi
|
||||
cpu: 0.05
|
||||
memory: 0.6Gi
|
||||
cpu: 0.1
|
||||
volumeMounts:
|
||||
- name: mediawiki-pvc
|
||||
mountPath: /var/lib/mysql
|
||||
|
||||
Reference in New Issue
Block a user