1 changed files with 18 additions and 18 deletions
			
			
		| @ -1,18 +1,18 @@ | |||||
| # --- | --- | ||||
| # apiVersion: v1 | apiVersion: v1 | ||||
| # kind: Service | kind: Service | ||||
| # metadata: | metadata: | ||||
| #   name: {{ include "helm-socks-frontend.name" . }} |   name: {{ include "helm-socks-frontend.name" . }} | ||||
| #   labels: |   labels: | ||||
| #     {{- include "helm-socks-frontend.labels" . | nindent 4 }} |     {{- include "helm-socks-frontend.labels" . | nindent 4 }} | ||||
| #   annotations: |   annotations: | ||||
| #     service.beta.kubernetes.io/aws-load-balancer-type: nlb |     service.beta.kubernetes.io/aws-load-balancer-type: nlb | ||||
| # spec: | spec: | ||||
| #   type: LoadBalancer |   type: LoadBalancer | ||||
| #   ports: |   ports: | ||||
| #   - port: 80 |   - port: 80 | ||||
| #     targetPort: 8079 |     targetPort: 8079 | ||||
| #   selector: |   selector: | ||||
| #     name: front-end |     name: front-end | ||||
| #   loadBalancerSourceRanges: |   loadBalancerSourceRanges: | ||||
| #     - 205.207.104.229/32 |     - 205.207.104.229/32 | ||||
|  | |||||
					Loading…
					
					
				
		Reference in new issue