From 439cac2448b1ca62d2ff7cb921757434f7ccf778 Mon Sep 17 00:00:00 2001 From: "Petti, Ken" Date: Sat, 28 Mar 2020 20:52:08 -0400 Subject: [PATCH] updating --- .../templates/front-end-svc.yaml | 36 +++++++++---------- .../templates/tests/workflow.yaml | 2 -- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/helm-socks-frontend/templates/front-end-svc.yaml b/helm-socks-frontend/templates/front-end-svc.yaml index 3d03e90..ece0945 100644 --- a/helm-socks-frontend/templates/front-end-svc.yaml +++ b/helm-socks-frontend/templates/front-end-svc.yaml @@ -1,18 +1,18 @@ ---- -apiVersion: v1 -kind: Service -metadata: - name: {{ include "helm-socks-frontend.name" . }} - labels: - {{- include "helm-socks-frontend.labels" . | nindent 4 }} - annotations: - service.beta.kubernetes.io/aws-load-balancer-type: nlb -spec: - type: LoadBalancer - ports: - - port: 80 - targetPort: 8079 - selector: - name: front-end - loadBalancerSourceRanges: - - 205.207.104.229/32 +# --- +# apiVersion: v1 +# kind: Service +# metadata: +# name: {{ include "helm-socks-frontend.name" . }} +# labels: +# {{- include "helm-socks-frontend.labels" . | nindent 4 }} +# annotations: +# service.beta.kubernetes.io/aws-load-balancer-type: nlb +# spec: +# type: LoadBalancer +# ports: +# - port: 80 +# targetPort: 8079 +# selector: +# name: front-end +# loadBalancerSourceRanges: +# - 205.207.104.229/32 diff --git a/helm-socks-frontend/templates/tests/workflow.yaml b/helm-socks-frontend/templates/tests/workflow.yaml index da880bf..4f15ae4 100644 --- a/helm-socks-frontend/templates/tests/workflow.yaml +++ b/helm-socks-frontend/templates/tests/workflow.yaml @@ -12,7 +12,6 @@ spec: - name: check-service-up container: image: appropriate/curl - command: ["curl"] args: - '-X GET' - 'helm-socks-frontend-int' @@ -32,7 +31,6 @@ spec: - name: status container: image: appropriate/curl - command: ["curl"] args: - '-X POST' - '-H "Content-Type: application/json"'