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 This should be sufficient for cert-manager to issue certificates automatically when the
`tls.enabled` value is set to `true`. `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: configMapKeyRef:
name: drone-config name: drone-config
key: logs-debug key: logs-debug
- name: DRONE_MAX_POOL_SIZE
value: "1"
resources: resources:
requests: requests:
memory: "32Mi" memory: "32Mi"

View File

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