fix(apps): oops - add names to the ports
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 17s

This commit is contained in:
Lee 2024-09-23 22:12:37 +01:00
parent 1b6562ba38
commit 0cb82395a2

@ -7,10 +7,12 @@ metadata:
spec: spec:
type: ClusterIP type: ClusterIP
ports: ports:
- port: 80 - name: http
port: 80
targetPort: 80 targetPort: 80
protocol: TCP protocol: TCP
- port: 443 - name: https
port: 443
targetPort: 443 targetPort: 443
protocol: TCP protocol: TCP
selector: selector: