Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #86 from cfpb/zencircle-ambassador-1
Browse files Browse the repository at this point in the history
ambassador and nodeport
  • Loading branch information
omnipresent07 authored Jun 28, 2019
2 parents d14987a + 0f819f1 commit 6ae92ac
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions kubernetes/hmda-help/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,11 @@ metadata:
apiVersion: ambassador/v0
kind: Mapping
name: hmda_help_mapping
ambassador_id: ambassador-default-1
prefix: /hmda-help/
rewrite: /hmda-help/
service: {{ include "hmda-help.fullname" . }}:{{ .Values.service.port }}
spec:
type: {{ .Values.ambassador.service.type }}
clusterIP: None
ports:
- name: {{ include "hmda-help.fullname" . }}-ambassador
port: {{ .Values.ambassador.port }}
targetPort: {{ .Values.service.port }}
selector:
service: {{ include "hmda-help.fullname" . }}-ambassador
- port: {{ .Values.service.port }}

0 comments on commit 6ae92ac

Please sign in to comment.