fix wrong ports & cert names

This commit is contained in:
jerger 2022-07-04 09:11:28 +02:00
parent cf640e1f68
commit 0077d56a82
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,7 @@ metadata:
name: gitea-cert name: gitea-cert
namespace: default namespace: default
spec: spec:
secretName: gitea-secret secretName: gitea-cert
commonName: FQDN commonName: FQDN
duration: 2160h # 90d duration: 2160h # 90d
renewBefore: 360h # 15d renewBefore: 360h # 15d

View file

@ -22,5 +22,4 @@ spec:
ports: ports:
- port: 2225 - port: 2225
targetPort: 22 targetPort: 22
nodePort: 30005