[hotfix] Removed actual devops from aggregator Co-authored-by: Boris Shestov <shestov1989@mail.ru> Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/134 Reviewed-by: Denis Patrakeev <denis.patrakeev@avroid.team> Co-authored-by: Boris Shestov <boris.shestov@avroid.team> Co-committed-by: Boris Shestov <boris.shestov@avroid.team>
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
# https://github.com/wiremind/wiremind-helm-charts/blob/main/charts/karma/values.yaml
|
|
|
|
# Number of replicas
|
|
replicaCount: 2
|
|
|
|
image:
|
|
repository: ghcr.io/actual-devops/helm-aggregator
|
|
tag: "0.1.0"
|
|
|
|
ingress:
|
|
enabled: enable
|
|
className: ""
|
|
annotations:
|
|
kubernetes.io/ingress.class: nginx
|
|
hosts:
|
|
- host: helm-aggregator.avroid.tech
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls: []
|
|
|
|
livenessProbe:
|
|
httpGet:
|
|
path: /healthcheck
|
|
port: http
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /healthcheck
|
|
port: http
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 1
|
|
memory: 1Gi
|
|
limits:
|
|
cpu: 2
|
|
memory: 2Gi
|
|
|
|
nodeSelector:
|
|
node-role.kubernetes.io/worker: ""
|
|
|
|
config: |
|
|
port: "8080"
|
|
repos:
|
|
- name: prometheus-community
|
|
url: https://prometheus-community.github.io/helm-charts
|
|
- name: wiremind
|
|
url: https://wiremind.github.io/wiremind-helm-charts
|
|
- name: stevehipwell
|
|
url: https://stevehipwell.github.io/helm-charts
|
|
- name: aquasecurity
|
|
url: https://aquasecurity.github.io/helm-charts
|
|
- name: justusbunsi/gitea-sonarqube-bot
|
|
url: https://codeberg.org/justusbunsi/gitea-sonarqube-bot/raw/branch/charts/
|
|
- name: bitnami
|
|
url: https://raw.githubusercontent.com/bitnami/charts/refs/heads/archive-full-index/bitnami/
|
|
- name: kafbat-ui
|
|
url: https://kafbat.github.io/helm-charts
|