Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Dec 11, 2019
2 parents 710d22d + 9097f79 commit 167db9f
Show file tree
Hide file tree
Showing 76 changed files with 3,766 additions and 238 deletions.
2 changes: 1 addition & 1 deletion api/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
appVersion: V.0.1
name: cgui
description: ''Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar.''
name: cgui
version: 0.1.0
home: https://common-ground.dev
icon: https://common-ground.dev/logo-250x250.png
7 changes: 0 additions & 7 deletions api/helm/helm/Chart.yaml.twig

This file was deleted.

115 changes: 0 additions & 115 deletions api/helm/helm/Values.yaml.twig

This file was deleted.

4 changes: 2 additions & 2 deletions api/helm/templates/certificate.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
name: {{ include "name" . }}-acme-cert
name: {{ include "name" . }}-{{ .Values.settings.env }}-cert
spec:
secretName: {{ include "name" . }}-tls-cert
secretName: {{ include "name" . }}-{{ .Values.settings.env }}-cert
duration: 24h
renewBefore: 12h
{{- if eq .Values.settings.env "prod" }}
Expand Down
2 changes: 1 addition & 1 deletion api/helm/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
tls:
- hosts:
- {{ .Values.settings.domain }}
secretName: {{ include "name" . }}-tls-cert
secretName: {{ include "name" . }}-{{ .Values.settings.env }}-cert
rules:
# - host: {{ .Values.settings.name }}.{{ .Values.settings.env }}.{{ .Values.settings.domain }}
# http:
Expand Down
12 changes: 6 additions & 6 deletions api/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ settings:
version: V.0.1
description: ''Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar.''
repro: 'https://github.com/ConductionNL/commonground-ui'
domain: common-ground.dev
demo: dev.common-ground.dev
unit: Common-Ground
locality: Amsterdam
country: Netherlands
domain: common-ground.dev
organisationName: Conduction
email: [email protected]
country: Netherlands
state: Noord-Holland
organisationName: Conduction
locality: Amsterdam
unit: Common-Ground
demo: dev.common-ground.dev
env: dev
debug: 1
replicaCount: 1
Expand Down
Loading

0 comments on commit 167db9f

Please sign in to comment.