diff --git a/charts/Chart.yaml b/charts/Chart.yaml index e8fa72e9..a2437630 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.0 +version: 1.0.1 # 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/test-oralhistory-values.yaml b/charts/test-oralhistory-values.yaml index db5fdd64..56c46f2e 100644 --- a/charts/test-oralhistory-values.yaml +++ b/charts/test-oralhistory-values.yaml @@ -102,7 +102,7 @@ web: SMTP_HTTP_PROTOCOL: "https" USE_HTTP_BASIC: "true" - SITE_URI: "oralhistory-k8s-test.library.ucla.edu" + SITE_URI: "oralhistory-test.library.ucla.edu" worker: replicaCount: 1 @@ -187,15 +187,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-test.library.ucla.edu + - host: oralhistory-test.library.ucla.edu paths: - "/" tls: - # TODO: Set real production name - - secretName: oralhistory-k8s-tls + - secretName: oralhistory-tls hosts: - - oralhistory-k8s-test.library.ucla.edu + - oralhistory-test.library.ucla.edu resources: