Skip to content

Commit

Permalink
Merge pull request #13 from NBISweden/hot-fix/ingress
Browse files Browse the repository at this point in the history
Hot fix/ingress
  • Loading branch information
darthvader2 authored Apr 16, 2024
2 parents 34c075b + 9e3b1c9 commit 638c619
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/landing-pages-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.1.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 0 additions & 1 deletion charts/landing-pages-chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ metadata:
name: my-ingress
namespace: {{ .Values.namespace }}
spec:
ingressClassName: nginx
{{ if .Values.tls }}
tls:
- hosts:
Expand Down
1 change: 1 addition & 0 deletions charts/landing-pages-chart/templates/lp_cj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: batch/v1
kind: CronJob
metadata:
name: lp-generator-cronjob
namespace: {{ .Values.namespace }}
spec:
schedule: {{ .Values.schedule }}
concurrencyPolicy: Forbid
Expand Down
1 change: 1 addition & 0 deletions charts/landing-pages-chart/templates/lp_secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Secret
metadata:
name: lp-generator-secret
namespace: {{ .Values.namespace }}
type: Opaque
stringData:
config.yaml: |
Expand Down

0 comments on commit 638c619

Please sign in to comment.