port naming

This commit is contained in:
2024-04-19 09:53:10 +02:00
parent 59189e2f44
commit 3040ffc02e
5 changed files with 13 additions and 11 deletions

View File

@ -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: