Skip to content

Commit

Permalink
fix: can not connect to data service on prod (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgauldie authored Jul 6, 2023
1 parent 12d32bc commit 27c273d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
7 changes: 3 additions & 4 deletions keycloak-theme/terarium/login/resources/img/logo-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions keycloak-theme/terarium/login/resources/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ patchesStrategicMerge:
- hmi/documentation/terarium-docs-service.yaml
- hmi/server/hmi-server-deployment.yaml
- services/data-service/data-service-deployment.yaml
- services/data-service/data-service-service.yaml
configMapGenerator:
- files:
- gateway/keycloak/realm/Uncharted-realm.json
Expand Down Expand Up @@ -56,7 +57,7 @@ images:
newTag: 1.23-alpine
- name: terarium-login-theme-image
newName: ghcr.io/darpa-askem/terarium-login-theme
newTag: 1.1.0
newTag: 1.3.0

# Terarium HMI
- name: hmi-client-image
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Service
metadata:
name: data-service
spec:
type: NodePort

0 comments on commit 27c273d

Please sign in to comment.