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
|
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
|
||||||
|
|
|
@ -22,5 +22,4 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 2225
|
- port: 2225
|
||||||
targetPort: 22
|
targetPort: 22
|
||||||
nodePort: 30005
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue