change port for gitea-ssh-service

This commit is contained in:
2026-01-01 04:12:41 +05:30
parent 52ed89e0cc
commit 55576f0bb0

View File

@@ -5,11 +5,13 @@ metadata:
name: gitea-app name: gitea-app
namespace: git-ops namespace: git-ops
spec: spec:
annotations:
metallb.io/loadBalancerIPs: 192.168.1.202
type: LoadBalancer type: LoadBalancer
selector: selector:
app: gitea-app app: gitea-app
ports: ports:
- port: 222 - port: 22
targetPort: 22 targetPort: 22
name: ssh name: ssh