Add websecure endpoint port

This commit is contained in:
Tanguy Herbron 2022-05-15 21:43:31 +02:00
parent b4f767a00f
commit d2b3dba15f
2 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,8 @@ spec:
ports:
- name: web
containerPort: 80
- name: websecure
containerPort: 443
- name: admin
containerPort: 8080
- name: minecrafttcp

View File

@ -11,6 +11,10 @@ spec:
port: 80
name: web
targetPort: 80
- protocol: TCP
port: 443
name: websecure
targetPort: 443
- protocol: TCP
port: 8080
name: admin