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

@ -6,12 +6,12 @@ metadata:
name: gitea
spec:
ports:
- name: web
- name: http
port: 80
targetPort: 3000
targetPort: http
- name: ssh
port: 22
targetPort: 22
targetPort: ssh
selector:
app: gitea
status: