Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ wwwroot/*.html


ckanext-cesiumpreview
deploy/helm/terria/charts/terriamap/templates/
deploy/helm/terriamap/templates/
6 changes: 0 additions & 6 deletions deploy/helm/terria/Chart.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions deploy/helm/terria/charts/terriamap/Chart.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions deploy/helm/terria/values.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.helmignore
.DS_Store
# Common VCS dirs
.git/
Expand Down
6 changes: 6 additions & 0 deletions deploy/helm/terriamap/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: terriamap
version: 0.1.2
home: https://github.com/TerriaJS/terriamap
sources: ["https://github.com/TerriaJS/terriamap"]
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- name: terriamap-config-server
mountPath: /etc/config/server
- name: terriamap-config-client
mountPath: /usr/src/app/component/wwwroot/config.json
mountPath: /app/wwwroot/config.json
subPath: config.json
volumes:
- name: terriamap-config-client
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
global:
rollingUpdate:
maxUnavailable: 0
exposeNodePorts: false
image:
repository:
tags:
pullPolicy:
nodePort:
image:
# By default this pulls ghcr.io/terriajs/terrimap:latest
# Set "full" to specify a custom terriamap image to be used
# Or you can set "repository" or "tag" if required
# full: "ghcr.io/terriajs/terriamap:0.1.1"
# repository: ghcr.io/terriajs
repository: ghcr.io/terriajs
# tag: latest
pullPolicy: Always
pullPolicy: IfNotPresent
clientConfig:
initializationUrls:
- helm
Expand Down