blob: a6b62138ea4d651e5fd0c10813d4952504992826 [file] [log] [blame]
Gopinath Taget9b609e02018-03-07 16:02:50 -08001apiVersion: v1
2kind: ConfigMap
3metadata:
4 name: xos-app-config
Andy Bavier06f2fe72018-03-08 15:37:12 -07005 labels:
6 {{- include "xos-core.release_labels" . | indent 4 }}
Gopinath Taget9b609e02018-03-07 16:02:50 -08007data:
Andy Bavier06f2fe72018-03-08 15:37:12 -07008 config: |
9 angular.module('app')
10 .constant('AppConfig', {
11 apiEndpoint: '/xosapi/v1',
12 websocketClient: '/'
13 });