Config updates

This commit is contained in:
Rob Watson 2023-03-21 02:37:42 +01:00
parent ec4bfc39fb
commit ab1a5441c8
3 changed files with 13 additions and 3 deletions

View File

@ -55,3 +55,9 @@ kubectl apply -f cert-manager/issuer-production.yml
This should be sufficient for cert-manager to issue certificates automatically when the
`tls.enabled` value is set to `true`.
### Manual installations
The following installations are not defined in this repo.
- Telepresence [link](https://www.telepresence.io/docs/latest/quick-start/)

View File

@ -74,6 +74,8 @@ spec:
configMapKeyRef:
name: drone-config
key: logs-debug
- name: DRONE_MAX_POOL_SIZE
value: "1"
resources:
requests:
memory: "32Mi"

View File

@ -9,9 +9,11 @@ spec:
privateKeySecretRef:
name: prod-letsencrypt
solvers:
- http01:
ingress:
class: prod-nginx
# HTTP solver disabled for wildcard support.
# TODO: consider reenabling
# - http01:
# ingress:
# class: prod-nginx
- dns01:
route53:
region: eu-west-1