Files
k8s-configs/clusters/k8s-avroid-office.prod.local/namespaces/automations-tools/helm-aggregator/values.yaml
Denis Patrakeev 3e87cac487 [DO-1602] Refactor node labels (!115)
[DO-1602]

Co-authored-by: denis.patrakeev <denis.patrakeev@avroid.tech>
Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/115
Reviewed-by: Rustam Tagaev <rustam.tagaev@avroid.team>
Co-authored-by: Denis Patrakeev <denis.patrakeev@avroid.team>
Co-committed-by: Denis Patrakeev <denis.patrakeev@avroid.team>
2025-03-06 10:59:12 +03:00

55 lines
1.2 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: 100m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi
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/