blob: 54504df2b379162268233267b090b5d89ab5249c [file] [log] [blame]
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +00001# Manually setting Ports
2## Values file for testing manually setting ports and overriding automatically generated configuration.
3containerPorts:
4 - name: override
5 containerPort: 9999
6 protocol: TCP
7service:
8 ports:
9 - name: override
10 port: 9999
11 protocol: TCP