diff --git a/charts/Chart.yaml b/charts/Chart.yaml index ada7359e..ab0ad2af 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -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 diff --git a/charts/prod-oralhistory-values.yaml b/charts/prod-oralhistory-values.yaml index ae0afdae..56c8a1f0 100644 --- a/charts/prod-oralhistory-values.yaml +++ b/charts/prod-oralhistory-values.yaml @@ -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 @@ -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: