iac_modules/Solutions/Observability/example/yaml/nginx-svc-patch.yaml

13 lines
183 B
YAML

spec:
ports:
- name: http
nodePort: 80
port: 80
protocol: TCP
targetPort: 80
- name: https
nodePort: 443
port: 443
protocol: TCP
targetPort: 443