apps(gitea): Fixed container port for SSH and reverted to seaweedfs pvc
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user