apps(gitea): Fixed container port for SSH and reverted to seaweedfs pvc

This commit is contained in:
2025-07-08 22:25:17 -04:00
parent ec42137375
commit 07398e75b7

View File

@@ -27,7 +27,7 @@ spec:
volumes:
- name: data
persistentVolumeClaim:
claimName: gitea-tigris-pvc
claimName: gitea-pvc
- name: config
persistentVolumeClaim:
claimName: gitea-config-pvc
@@ -46,7 +46,7 @@ spec:
- containerPort: 3000
protocol: TCP
name: http
- containerPort: 22
- containerPort: 2222
protocol: TCP
name: ssh
volumeMounts: