fix wrong ports & cert names
This commit is contained in:
parent
cf640e1f68
commit
0077d56a82
2 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: gitea-cert
|
||||
namespace: default
|
||||
spec:
|
||||
secretName: gitea-secret
|
||||
secretName: gitea-cert
|
||||
commonName: FQDN
|
||||
duration: 2160h # 90d
|
||||
renewBefore: 360h # 15d
|
||||
|
|
|
@ -22,5 +22,4 @@ spec:
|
|||
ports:
|
||||
- port: 2225
|
||||
targetPort: 22
|
||||
nodePort: 30005
|
||||
|
||||
|
|
Loading…
Reference in a new issue