Automated upload for dev.t09.de
This commit is contained in:
parent
24a8029772
commit
1c6eeabd7d
3 changed files with 9 additions and 21 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
# This is only used for deploying older versions of infra-catalogue where the bucket name is not an output of the terragrunt modules# We use recreate to make sure only one instance with one version is running, because Forgejo might break or data gets inconsistant.
|
|
||||||
|
# We use recreate to make sure only one instance with one version is running, because Forgejo might break or data gets inconsistant.
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
|
@ -176,17 +177,4 @@ image:
|
||||||
# rootless: true
|
# rootless: true
|
||||||
fullOverride: edp.buildth.ing/devfw-cicd/edp-forgejo:14.0.2-edp1-rootless
|
fullOverride: edp.buildth.ing/devfw-cicd/edp-forgejo:14.0.2-edp1-rootless
|
||||||
|
|
||||||
forgejo:
|
forgejo: {}
|
||||||
# This appears to be governed by forgejo-runner, as intuition would suggest
|
|
||||||
# runner:
|
|
||||||
# enabled: true
|
|
||||||
# image:
|
|
||||||
# tag: latest
|
|
||||||
# # replicas: 3
|
|
||||||
# config:
|
|
||||||
# runner:
|
|
||||||
# labels:
|
|
||||||
# - docker:docker://node:16-bullseye
|
|
||||||
# - self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04
|
|
||||||
# - ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04
|
|
||||||
# - ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04
|
|
||||||
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://edp.buildth.ing/DevFW-CICD/garm-helm
|
- repoURL: https://edp.buildth.ing/DevFW-CICD/garm-helm
|
||||||
path: charts/garm
|
path: charts/garm
|
||||||
targetRevision: v0.0.6
|
targetRevision: v0.0.7
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/otc/dev.t09.de/stacks/garm/garm/values.yaml
|
- $values/otc/dev.t09.de/stacks/garm/garm/values.yaml
|
||||||
|
|
|
||||||
|
|
@ -351,7 +351,7 @@ vmcluster:
|
||||||
spec:
|
spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 10Gi
|
storage: 10Gi
|
||||||
resources:
|
resources:
|
||||||
{}
|
{}
|
||||||
# limits:
|
# limits:
|
||||||
|
|
@ -543,7 +543,7 @@ alertmanager:
|
||||||
config:
|
config:
|
||||||
route:
|
route:
|
||||||
receiver: "blackhole"
|
receiver: "blackhole"
|
||||||
routes:
|
routes:
|
||||||
- matchers:
|
- matchers:
|
||||||
- severity=~"critical|major"
|
- severity=~"critical|major"
|
||||||
receiver: outlook
|
receiver: outlook
|
||||||
|
|
@ -553,7 +553,7 @@ alertmanager:
|
||||||
email_configs:
|
email_configs:
|
||||||
- smarthost: 'mail.mms-support.de:465'
|
- smarthost: 'mail.mms-support.de:465'
|
||||||
auth_username: 'ipcei-cis-devfw@mms-support.de'
|
auth_username: 'ipcei-cis-devfw@mms-support.de'
|
||||||
auth_password:
|
auth_password:
|
||||||
name: email-user-credentials
|
name: email-user-credentials
|
||||||
key: connection-string
|
key: connection-string
|
||||||
from: '"IPCEI CIS DevFW" <ipcei-cis-devfw@mms-support.de>'
|
from: '"IPCEI CIS DevFW" <ipcei-cis-devfw@mms-support.de>'
|
||||||
|
|
@ -792,7 +792,7 @@ defaultDatasources:
|
||||||
implementation: prometheus
|
implementation: prometheus
|
||||||
# -- Configure additional grafana datasources (passed through tpl).
|
# -- Configure additional grafana datasources (passed through tpl).
|
||||||
# Check [here](http://docs.grafana.org/administration/provisioning/#datasources) for details
|
# Check [here](http://docs.grafana.org/administration/provisioning/#datasources) for details
|
||||||
extra:
|
extra:
|
||||||
- name: VictoriaLogs
|
- name: VictoriaLogs
|
||||||
access: proxy
|
access: proxy
|
||||||
type: victoriametrics-logs-datasource
|
type: victoriametrics-logs-datasource
|
||||||
|
|
@ -843,7 +843,7 @@ grafana:
|
||||||
|
|
||||||
# Uncomment the block below, if you want to enable VictoriaMetrics Datasource in Grafana:
|
# Uncomment the block below, if you want to enable VictoriaMetrics Datasource in Grafana:
|
||||||
# Note that Grafana will need internet access to install the datasource plugin.
|
# Note that Grafana will need internet access to install the datasource plugin.
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- victoriametrics-metrics-datasource
|
- victoriametrics-metrics-datasource
|
||||||
- victoriametrics-logs-datasource
|
- victoriametrics-logs-datasource
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue