this repo has no description
0
fork

Configure Feed

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

fix(forgejo): use HttpRoute with correct domain

+7 -15
+7 -15
platform/staging/forgejo.yaml
··· 40 40 TYPE: level 41 41 server: 42 42 LANDING_PAGE: explore 43 - ROOT_URL: https://code.khuedoan.com 43 + ROOT_URL: https://code.staging.khuedoan.com 44 44 OFFLINE_MODE: true 45 45 repository: 46 46 DISABLED_REPO_UNITS: repo.wiki,repo.projects,repo.packages ··· 76 76 password: vault:secret/data/forgejo/admin#password 77 77 podAnnotations: 78 78 "istio.io/dataplane-mode": "ambient" 79 - ingress: 79 + httpRoute: 80 80 enabled: true 81 - className: nginx 82 - annotations: 83 - cert-manager.io/cluster-issuer: letsencrypt-prod 84 - nginx.ingress.kubernetes.io/proxy-body-size: "0" 85 - hosts: 86 - - host: code.khuedoan.com 87 - paths: 88 - - path: / 89 - pathType: Prefix 90 - tls: 91 - - hosts: 92 - - code.khuedoan.com 93 - secretName: forgejo-tls-certificate 81 + parentRefs: 82 + - name: gateway 83 + namespace: istio-system 84 + hostnames: 85 + - code.staging.khuedoan.com 94 86 valkey-cluster: 95 87 enabled: false 96 88 valkey: