Compare commits
No commits in common. "1675199abd367ff440ecc13e5c785b32481c1840" and "47bc5c3fcef375487fd79628ba107bfc5e84c4c5" have entirely different histories.
1675199abd
...
47bc5c3fce
@ -55,9 +55,3 @@ 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,8 +74,6 @@ spec:
|
||||
configMapKeyRef:
|
||||
name: drone-config
|
||||
key: logs-debug
|
||||
- name: DRONE_MAX_POOL_SIZE
|
||||
value: "1"
|
||||
resources:
|
||||
requests:
|
||||
memory: "32Mi"
|
||||
|
@ -58,15 +58,6 @@ data:
|
||||
| sed '/-- .* --/! s/"datasource":.*,/"datasource": "Prometheus",/g' \
|
||||
> "/var/lib/grafana/dashboards/default/gitea.json"
|
||||
|
||||
curl -skf \
|
||||
--connect-timeout 60 \
|
||||
--max-time 60 \
|
||||
-H "Accept: application/json" \
|
||||
-H "Content-Type: application/json;charset=UTF-8" \
|
||||
"https://grafana.com/api/dashboards/6671/revisions/2/download" \
|
||||
| sed '/-- .* --/! s/"datasource":.*,/"datasource": "Prometheus",/g' \
|
||||
> "/var/lib/grafana/dashboards/default/go.json"
|
||||
|
||||
curl -skf \
|
||||
--connect-timeout 60 \
|
||||
--max-time 60 \
|
||||
|
@ -26,7 +26,7 @@ spec:
|
||||
app.kubernetes.io/name: grafana
|
||||
app.kubernetes.io/instance: grafana
|
||||
annotations:
|
||||
checksum/config: 6cfd9cde9e064705ef04cb503eaf1ec3f1d9ddcd7587d64e86513af5ca827e2c
|
||||
checksum/config: 60be875675b2ad83279ee347d5a150559b24646f43fbc740f51b97915a0b9c31
|
||||
checksum/dashboards-json-config: 703b33634d715cefba0501f04654c5d6dc28aba46888183ea3420ccdae3c8ecf
|
||||
checksum/sc-dashboard-provider-config: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
|
||||
spec:
|
||||
|
@ -30,7 +30,7 @@ spec:
|
||||
runAsGroup: 1000
|
||||
initContainers:
|
||||
- name: init-gitea
|
||||
image: gitea/gitea:1.19.0-rootless
|
||||
image: gitea/gitea:1.18.0-rootless
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/usr/sbin/init-directory-structure.sh"]
|
||||
env:
|
||||
@ -53,7 +53,7 @@ spec:
|
||||
subPath: init-directory-structure.sh
|
||||
name: scripts
|
||||
- name: setup-gitea
|
||||
image: gitea/gitea:1.19.0-rootless
|
||||
image: gitea/gitea:1.18.0-rootless
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/usr/sbin/setup.sh"]
|
||||
env:
|
||||
@ -97,7 +97,7 @@ spec:
|
||||
readOnlyRootFilesystem: true
|
||||
containers:
|
||||
- name: gitea
|
||||
image: gitea/gitea:1.19.0-rootless
|
||||
image: gitea/gitea:1.18.0-rootless
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
@ -54,7 +54,3 @@ dashboards:
|
||||
gnetId: 10046
|
||||
revision: 1
|
||||
datasource: Prometheus
|
||||
go:
|
||||
gnetId: 6671
|
||||
revision: 2
|
||||
datasource: Prometheus
|
||||
|
@ -9,11 +9,9 @@ spec:
|
||||
privateKeySecretRef:
|
||||
name: prod-letsencrypt
|
||||
solvers:
|
||||
# HTTP solver disabled for wildcard support.
|
||||
# TODO: consider reenabling
|
||||
# - http01:
|
||||
# ingress:
|
||||
# class: prod-nginx
|
||||
- http01:
|
||||
ingress:
|
||||
class: prod-nginx
|
||||
- dns01:
|
||||
route53:
|
||||
region: eu-west-1
|
||||
|
Loading…
x
Reference in New Issue
Block a user