No description
Find a file
Sebastian Mark 1597018eaf feat(ara): update ara-server values for TLS support
- Add `cert-manager.io/cluster-issuer: letsencrypt-prod` annotation to ingress
- Add TLS block with `secretName: ara-cert` and host `ara.k8s.smsvc.net`

🤖
2023-08-02 11:15:52 +02:00
bin feat: add renovate-bot 2023-07-29 18:17:21 +02:00
manifests feat(ara): update ara-server values for TLS support 2023-08-02 11:15:52 +02:00
.renovaterc.json feat: add renovate config file 2023-07-29 18:17:21 +02:00
argocd_app.yml feat: add finalizers to ArgoCD application spec 2023-08-02 09:54:01 +02:00
logo.png feat: add logo 2023-07-29 19:43:12 +02:00
README.md doc: Update README 2023-07-29 19:43:12 +02:00

Cluster Deployments

Dependencies

Installation

Deploy the manifests folder as ArgoCD App via:

kubectl apply -f argocd_app.yml

Renovate-Bot

The deployment only applies the basic settings for renovate, but does not include any credentials or platform configuration.

Create a new secret to provide the necessary settings:

---
apiVersion: v1
kind: Secret
metadata:
  name: renovate-env
  namespace: renovate
type: Opaque
stringData:
  GITHUB_COM_TOKEN: 'your-github-token-here'
  RENOVATE_PLATFORM: 'gitea'
  RENOVATE_ENDPOINT: 'https://git.smsvc.net/'
  RENOVATE_TOKEN: 'your-api-token-here'
  LOG_LEVEL: info

You must set at least RENOVATE_PLATFORM, RENOVATE_ENDPOINT and RENOVATE_TOKEN.
You can set any configuration that can be set by environment variable (see References).


References: