Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Make autodns optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark authored and stoader committed Nov 7, 2019
1 parent 52b36d4 commit 8c1ed2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .banzaicloud/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ pipeline:
repository: '{{ .CICD_REPO }}'
tag: '{{ trunc 7 .CICD_COMMIT_SHA }}'
pullPolicy: Always
{{{{- if .platform.AutoDNSEnabled }}}}
ingress:
enabled: true
annotations:
Expand All @@ -119,5 +120,9 @@ pipeline:
traefik.ingress.kubernetes.io/redirect-permanent: "true"
hosts:
- "{{.CICD_REPO_NAME}}.{{.CLUSTER_NAME}}.{{.ORG_NAME}}.{{.DOMAIN_NAME}}"
{{{{ else }}}}
service:
type: LoadBalancer
{{{{- end }}}}
mysql:
existingSecret: '{{ .CICD_REPO_NAME }}-mysql'

0 comments on commit 8c1ed2c

Please sign in to comment.