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: volumes:
- name: data - name: data
persistentVolumeClaim: persistentVolumeClaim:
claimName: gitea-tigris-pvc claimName: gitea-pvc
- name: config - name: config
persistentVolumeClaim: persistentVolumeClaim:
claimName: gitea-config-pvc claimName: gitea-config-pvc
@@ -46,7 +46,7 @@ spec:
- containerPort: 3000 - containerPort: 3000
protocol: TCP protocol: TCP
name: http name: http
- containerPort: 22 - containerPort: 2222
protocol: TCP protocol: TCP
name: ssh name: ssh
volumeMounts: volumeMounts: