Skip to content

Commit

Permalink
ThingpediaIntegrationTest: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jgd5 committed Jul 13, 2021
1 parent a2a7da0 commit 5051459
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 67 deletions.
20 changes: 20 additions & 0 deletions tests/thingpedia-integration/k8s/config.d/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,23 @@ SUPPORTED_LANGUAGES:
- it-IT
- zh-CN
- zh-TW
USE_BRAND: stanford

ABOUT_OVERRIDE:
index: stanford/about_index.pug
tos: stanford/about_tos.pug
privacy: stanford/about_privacy.pug

EXTRA_ABOUT_PAGES:
- url: get-almond
view: stanford/about_get_almond.pug
title: "Get Almond"
- url: get-involved
view: stanford/about_get_involved.pug
title: "Get Involved With Almond"

EXTRA_NAVBAR:
- url: https://oval.cs.stanford.edu
title: "OVAL Lab"

DISCOURSE_SSO_REDIRECT: https://discourse.almond.stanford.edu
57 changes: 0 additions & 57 deletions tests/thingpedia-integration/k8s/config.d/stanford.js

This file was deleted.

7 changes: 0 additions & 7 deletions tests/thingpedia-integration/k8s/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ spec:
name: config
readOnly: true
subPath: config.yaml
- mountPath: /etc/almond-cloud/config.d/stanford.js
name: stanford
readOnly: true
subPath: stanford.js
ports:
- containerPort: 8080
name: web
Expand All @@ -52,9 +48,6 @@ spec:
- configMap:
name: almond-config
name: config
- configMap:
name: stanford-config
name: stanford
---
apiVersion: v1
kind: Service
Expand Down
3 changes: 0 additions & 3 deletions tests/thingpedia-integration/k8s/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ configMapGenerator:
- name: almond-config
files:
- config.d/config.yaml
- name: stanford-config
files:
- config.d/stanford.js

0 comments on commit 5051459

Please sign in to comment.