this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(platform): install Forgejo

Change-Id: If419f857b3e60713f4cd2a6cb76a5a94e8ca5f3b

Khue Doan e3a6a9eb 03b78286

+79
+79
platform/production/forgejo.yaml
··· 1 + apiVersion: argoproj.io/v1alpha1 2 + kind: Application 3 + metadata: 4 + finalizers: 5 + - resources-finalizer.argocd.argoproj.io 6 + name: forgejo 7 + spec: 8 + destination: 9 + name: in-cluster 10 + namespace: forgejo 11 + project: default 12 + syncPolicy: 13 + automated: 14 + prune: true 15 + selfHeal: true 16 + syncOptions: 17 + - CreateNamespace=true 18 + - ApplyOutOfSyncOnly=true 19 + - ServerSideApply=true 20 + source: 21 + repoURL: code.forgejo.org/forgejo-helm 22 + chart: forgejo 23 + targetRevision: 13.0.0 24 + helm: 25 + valuesObject: 26 + strategy: 27 + type: Recreate 28 + gitea: 29 + config: 30 + database: 31 + DB_TYPE: sqlite3 32 + session: 33 + PROVIDER: memory 34 + cache: 35 + ADAPTER: memory 36 + queue: 37 + TYPE: level 38 + server: 39 + LANDING_PAGE: explore 40 + ROOT_URL: https://code.cloudlab.khuedoan.com 41 + OFFLINE_MODE: true 42 + repository: 43 + DISABLED_REPO_UNITS: repo.wiki,repo.projects,repo.packages 44 + DISABLE_STARS: true 45 + DEFAULT_BRANCH: master 46 + oauth2_client: 47 + ENABLE_AUTO_REGISTRATION: true 48 + OPENID_CONNECT_SCOPES: "email profile" 49 + USERNAME: username 50 + "service.explore": 51 + DISABLE_USERS_PAGE: true 52 + actions: 53 + ENABLED: false 54 + webhook: 55 + ALLOWED_HOST_LIST: "private" 56 + podAnnotations: 57 + "istio.io/dataplane-mode": "ambient" 58 + ingress: 59 + enabled: true 60 + className: nginx 61 + annotations: 62 + cert-manager.io/cluster-issuer: letsencrypt-prod 63 + hosts: 64 + - host: code.cloudlab.khuedoan.com 65 + paths: 66 + - path: / 67 + pathType: Prefix 68 + tls: 69 + - hosts: 70 + - code.cloudlab.khuedoan.com 71 + secretName: forgejo-tls-certificate 72 + valkey-cluster: 73 + enabled: false 74 + valkey: 75 + enabled: false 76 + postgresql: 77 + enabled: false 78 + postgresql-ha: 79 + enabled: false