Config updates
This commit is contained in:
parent
ec4bfc39fb
commit
ab1a5441c8
|
@ -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/)
|
||||
|
|
|
@ -74,6 +74,8 @@ spec:
|
|||
configMapKeyRef:
|
||||
name: drone-config
|
||||
key: logs-debug
|
||||
- name: DRONE_MAX_POOL_SIZE
|
||||
value: "1"
|
||||
resources:
|
||||
requests:
|
||||
memory: "32Mi"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue