fix(apps): oops - add names to the ports
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 17s
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 17s
This commit is contained in:
parent
1b6562ba38
commit
0cb82395a2
@ -7,10 +7,12 @@ metadata:
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 80
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 80
|
||||
protocol: TCP
|
||||
- port: 443
|
||||
- name: https
|
||||
port: 443
|
||||
targetPort: 443
|
||||
protocol: TCP
|
||||
selector:
|
||||
|
Reference in New Issue
Block a user