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
|
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/)
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue