Files
k8s-configs/clusters/k8s-avroid-office.prod.local/namespaces/automations-tools/helm-aggregator/values.yaml
2025-02-24 16:43:02 +03:00

51 lines
964 B
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: 64Mi
limits:
cpu: 200m
memory: 128Mi
nodeSelector:
nodetype: worker
config: |
port: "8080"
repos:
- 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