2020-05-01 22:08:35 +00:00
|
|
|
bases:
|
2021-08-26 16:42:21 +00:00
|
|
|
- ../../namespaces/kubernetes-dashboard
|
2020-08-02 01:49:55 +00:00
|
|
|
- ../../namespaces/gitea
|
2021-08-26 16:42:28 +00:00
|
|
|
- ../../namespaces/grafana
|
2021-08-26 16:42:32 +00:00
|
|
|
- ../../namespaces/monitoring
|
2021-08-27 04:57:25 +00:00
|
|
|
- ../../namespaces/nextcloud
|
2020-05-01 22:08:35 +00:00
|
|
|
|
2021-08-26 16:42:21 +00:00
|
|
|
images:
|
|
|
|
- name: gitea/gitea
|
2021-08-29 05:15:00 +00:00
|
|
|
newTag: 1.15.0
|
2021-09-11 03:30:38 +00:00
|
|
|
- name: grafana/grafana
|
|
|
|
newTag: 8.1.3
|
2021-08-27 19:57:29 +00:00
|
|
|
- name: prom/node-exporter
|
2021-08-29 05:15:00 +00:00
|
|
|
newTag: v0.18.1
|
2021-09-11 03:30:38 +00:00
|
|
|
- name: prom/blackbox-exporter
|
|
|
|
newName: badjware/blackbox-exporter-tweak
|
|
|
|
newTag: 0.19.0-1
|
2021-08-26 16:42:21 +00:00
|
|
|
- name: drone/drone
|
2021-08-29 05:15:00 +00:00
|
|
|
newTag: 2.0.6
|
2021-08-26 16:42:21 +00:00
|
|
|
- name: drone/drone-runner-kube
|
2021-08-29 05:15:00 +00:00
|
|
|
newTag: 1.0.0-beta.9
|
2021-08-27 04:57:25 +00:00
|
|
|
- name: nextcloud
|
2021-09-06 16:40:08 +00:00
|
|
|
newName: badjware/nextcloud-tweak
|
|
|
|
newTag: 22.1.0-2
|
2021-08-27 04:57:25 +00:00
|
|
|
- name: postgres
|
2021-08-29 05:15:00 +00:00
|
|
|
newTag: 9.6.23
|
2021-08-28 03:54:21 +00:00
|
|
|
- name: redis
|
2021-08-29 05:15:00 +00:00
|
|
|
newTag: 6.2.5
|
2020-05-17 02:17:14 +00:00
|
|
|
|
2021-08-26 16:42:21 +00:00
|
|
|
secretGenerator:
|
|
|
|
- name: drone-secret
|
|
|
|
type: Opaque
|
|
|
|
namespace: gitea
|
|
|
|
behavior: replace
|
|
|
|
literals:
|
|
|
|
- rpc_secret=9128146e66f104873df80dad3ef12cf0
|
2021-09-06 16:40:08 +00:00
|
|
|
- database_secret=a5dbfbc0577505041759fcf6f87598bf
|
2021-08-26 16:42:21 +00:00
|
|
|
# https://docs.drone.io/server/provider/gitea/
|
|
|
|
- name: drone-gitea-oauth-secret
|
|
|
|
type: Opaque
|
|
|
|
namespace: gitea
|
|
|
|
behavior: replace
|
|
|
|
literals:
|
|
|
|
- client_id=6c0c6878-baf1-4648-b0cf-69eeae69e692
|
|
|
|
- client_secret=Q78VsgyfgTzKrvQEmokEMj84g7epKrlBpmDjcbhKXCIh
|
2021-08-28 03:54:21 +00:00
|
|
|
- name: postgres-credentials
|
2021-08-27 04:57:25 +00:00
|
|
|
type: Opaque
|
2021-08-27 19:57:29 +00:00
|
|
|
namespace: nextcloud
|
2021-08-27 04:57:25 +00:00
|
|
|
behavior: replace
|
|
|
|
literals:
|
|
|
|
- database=nextcloud
|
|
|
|
- username=nextcloud
|
|
|
|
- password=nextcloud
|
2020-05-16 02:19:37 +00:00
|
|
|
|
2020-05-01 22:08:35 +00:00
|
|
|
# allow "kubectl apply -l managed-by=kustomize --prune ..."
|
2021-09-26 21:00:29 +00:00
|
|
|
commonLabels:
|
2020-05-01 22:08:35 +00:00
|
|
|
managed-by: kustomize
|
2020-05-16 02:19:37 +00:00
|
|
|
|
2020-05-17 02:17:14 +00:00
|
|
|
transformers:
|
2021-08-26 16:42:44 +00:00
|
|
|
- transformers/placeholders.yaml
|