Files
home-cluster-ops/infrastructures/renovate/base/values.yaml
2024-07-27 00:03:44 +10:00

39 lines
866 B
YAML

renovate:
mendRnvAcceptTos: "y"
mendRnvPlatform: "github"
mendRnvEndpoint: "https://api.github.com/"
mendRnvAdminApiEnabled: "true"
existingSecret: "renovate-secrets"
mendRnvAutoDiscoverFilter: ""
mendRnvLogHistoryDir: "/logs"
postgresql:
enabled: true
host: "postgresql-primary.argocd.svc.cluster.local"
port: 5432
database: renovate
user: renovate_user
cachePersistence:
enabled: true
storageClass: "local-path"
accessModes:
- ReadWriteOnce
size: 1Gi
existingClaim: "renovate-pvc"
service:
type: LoadBalancer
port: 18899
ingress:
enabled: true
ingressClassName: nginx
hosts:
- renovate.cluster.edward.sydney
nodeSelector:
kubernetes.io/arch: amd64
extraVolumes:
- name: logs
hostPath:
path: /mnt/nfs/AppData/renovate/logs
type: Directory
extraVolumeMounts:
- name: logs
mountPath: /logs