diff --git a/apps/gitea/loadbalancer-ssh.yaml b/apps/gitea/loadbalancer-ssh.yaml index 1f01cec..0e0d046 100644 --- a/apps/gitea/loadbalancer-ssh.yaml +++ b/apps/gitea/loadbalancer-ssh.yaml @@ -10,5 +10,5 @@ spec: ports: - protocol: TCP port: 22 - targetPort: 22 + targetPort: 2222 type: LoadBalancer \ No newline at end of file diff --git a/core/nginx/helmchart.yaml b/core/nginx/helmchart.yaml index 0acdc04..166442e 100644 --- a/core/nginx/helmchart.yaml +++ b/core/nginx/helmchart.yaml @@ -39,5 +39,7 @@ spec: enabled: false publishService: enabled: false + extraArgs: + default-ssl-certificate: "kube-system/dev-cm-crt" config: use-forwarded-headers: "true" \ No newline at end of file