port naming
This commit is contained in:
@ -20,9 +20,11 @@ spec:
|
||||
- image: gitea/gitea:latest
|
||||
name: gitea
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
- name: http
|
||||
containerPort: 3000
|
||||
protocol: TCP
|
||||
- containerPort: 22
|
||||
- name: ssh
|
||||
containerPort: 22
|
||||
protocol: TCP
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
|
Reference in New Issue
Block a user