You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
841 B

  1. {{- $name := include "apigwms.fullname" . -}}
  2. apiVersion: v1
  3. kind: ConfigMap
  4. metadata:
  5. name: "cfg-{{ $name }}"
  6. labels:
  7. app: {{ template "apigwms.name" . }}
  8. chart: {{ template "apigwms.chart" .}}
  9. release: {{ .Release.Name }}
  10. heritage: {{ .Release.Service }}
  11. data:
  12. internalurls__identity: http://{{ .Values.app.svc.identity }}
  13. internalurls__basket__hc: http://{{ .Values.app.svc.basket }}/hc
  14. internalurls__catalog__hc: http://{{ .Values.app.svc.catalog }}/hc
  15. internalurls__identity__hc: http://{{ .Values.app.svc.identity }}/hc
  16. internalurls__ordering__hc: http://{{ .Values.app.svc.ordering }}/hc
  17. internalurls__marketing__hc: http://{{ .Values.app.svc.marketing }}/hc
  18. internalurls__payment__hc: http://{{ .Values.app.svc.payment }}/hc
  19. internalurls__location__hc: http://{{ .Values.app.svc.locations }}/hc