Skip to content

Commit

Permalink
Deploy Oral History to Rancher managed kubernetes cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
jhriv committed Dec 6, 2023
1 parent 11317ab commit 88505aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.0.2"
description: Chart for Oral History Public-Facing App
name: oralhistory
version: 1.0.2
version: 1.0.3

# The `appVersion` is not a required field whereas `version` is required. If
# you’re making changes to a helm chart template file and/or the default values
Expand Down
10 changes: 4 additions & 6 deletions charts/prod-oralhistory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ web:
SMTP_HOST: "oralhistory.library.ucla.edu"
SMTP_HTTP_PROTOCOL: "https"

SITE_URI: "oralhistory-k8s.library.ucla.edu"
SITE_URI: "oralhistory.library.ucla.edu"

worker:
replicaCount: 1
Expand Down Expand Up @@ -179,15 +179,13 @@ ingress:
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
hosts:
# TODO: Set real production name
- host: oralhistory-k8s.library.ucla.edu
- host: oralhistory.library.ucla.edu
paths:
- "/"
tls:
# TODO: Set real production name
- secretName: oralhistory-k8s-tls
- secretName: oralhistory-tls
hosts:
- oralhistory-k8s.library.ucla.edu
- oralhistory.library.ucla.edu


resources:
Expand Down

0 comments on commit 88505aa

Please sign in to comment.