Skip to content

Commit

Permalink
Merge pull request #10 from stakater/change-to-global
Browse files Browse the repository at this point in the history
change to global namespace
  • Loading branch information
kahootali authored Jan 8, 2019
2 parents 4af4456 + 32d2859 commit 972c699
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CHART_NAME ?= developer-handbook
NAMESPACE_NAME ?= tools
NAMESPACE_NAME ?= global
RELEASE_NAME ?= $(NAMESPACE_NAME)-$(CHART_NAME)

install-chart:
Expand Down
6 changes: 3 additions & 3 deletions deployments/kubernetes/chart/developer-handbook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ handbook:
annotations:
xposer.stakater.com/annotations: |-
kubernetes.io/ingress.class: external-ingress
ingress.kubernetes.io/force-ssl-redirect: false
ingress.kubernetes.io/force-ssl-redirect: true
certmanager.k8s.io/cluster-issuer: letsencrypt-production
forecastle.stakater.com/appName: Developer-Handbook
forecastle.stakater.com/expose: true
forecastle.stakater.com/icon: https://raw.githubusercontent.com/stakater/ForecastleIcons/master/book.png
config.xposer.stakater.com/IngressURLTemplate: "{{ `{{.Service}}-{{.Namespace}}.{{.Domain}}` }}"
config.xposer.stakater.com/Domain: stackator.com
config.xposer.stakater.com/Domain: stakater.com
config.xposer.stakater.com/TLS: "true"
labels:
expose: 'true'
Expand All @@ -30,7 +30,7 @@ handbook:
authproxy.stakater.com/enabled: "true"
authproxy.stakater.com/upstream-url: "http://127.0.0.1:8080"
authproxy.stakater.com/source-service-name: developerhandbook
authproxy.stakater.com/redirection-url: "https://developerhandbook.tools.stackator.com"
authproxy.stakater.com/redirection-url: "https://developerhandbook.global.stakater.com"
authproxy.stakater.com/listen: "0.0.0.0:80"

image:
Expand Down
6 changes: 3 additions & 3 deletions deployments/kubernetes/templates/chart/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ handbook:
annotations:
xposer.stakater.com/annotations: |-
kubernetes.io/ingress.class: external-ingress
ingress.kubernetes.io/force-ssl-redirect: false
ingress.kubernetes.io/force-ssl-redirect: true
certmanager.k8s.io/cluster-issuer: letsencrypt-production
forecastle.stakater.com/appName: Developer-Handbook
forecastle.stakater.com/expose: true
forecastle.stakater.com/icon: https://raw.githubusercontent.com/stakater/ForecastleIcons/master/book.png
config.xposer.stakater.com/IngressURLTemplate: "{{ `{{.Service}}.{{.Namespace}}.{{.Domain}}` }}"
config.xposer.stakater.com/Domain: stackator.com
config.xposer.stakater.com/Domain: stakater.com
config.xposer.stakater.com/TLS: "true"
config.xposer.stakater.com/IngressNameTemplate: "{{ `{{.Service}}-{{.Namespace}}` }}"
labels:
Expand All @@ -34,7 +34,7 @@ handbook:
authproxy.stakater.com/enabled: "true"
authproxy.stakater.com/upstream-url: "http://127.0.0.1:8080"
authproxy.stakater.com/source-service-name: developerhandbook
authproxy.stakater.com/redirection-url: "https://developerhandbook.tools.stackator.com"
authproxy.stakater.com/redirection-url: "https://developerhandbook.global.stakater.com"
authproxy.stakater.com/listen: "0.0.0.0:80"
image:
name: {{ getenv "DOCKER_IMAGE" }}
Expand Down

0 comments on commit 972c699

Please sign in to comment.