From ad1b9b678e3b2f7fe0f95738f925af7f63ea67c4 Mon Sep 17 00:00:00 2001 From: wujia Date: Thu, 23 Jun 2022 14:33:06 +0800 Subject: [PATCH 1/2] fix --- charts/spark-history-server-config.yaml | 2 +- examples/spark-pi.yaml | 2 +- examples/spark-word-count-alluxio.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/spark-history-server-config.yaml b/charts/spark-history-server-config.yaml index 63c9650..57ced19 100644 --- a/charts/spark-history-server-config.yaml +++ b/charts/spark-history-server-config.yaml @@ -1,5 +1,5 @@ image: - repository: harbor.datamodel.jiutian.hq.cmcc:8089/spark/spark + repository: harbor.magnote.pub/spark/spark tag: v3.1.1 pullPolicy: IfNotPresent diff --git a/examples/spark-pi.yaml b/examples/spark-pi.yaml index 6689aa7..389868b 100644 --- a/examples/spark-pi.yaml +++ b/examples/spark-pi.yaml @@ -24,7 +24,7 @@ metadata: spec: type: Python mode: cluster - image: "harbor.datamodel.jiutian.hq.cmcc:8089/spark/spark:v3.1.1" + image: "harbor.magnote.pub/spark/spark:v3.1.1" mainApplicationFile: local:///opt/spark/examples/jars/spark-examples_2.12-3.1.1.jar mainClass: org.apache.spark.examples.SparkPi sparkConf: diff --git a/examples/spark-word-count-alluxio.yaml b/examples/spark-word-count-alluxio.yaml index 5807a6f..17e01ea 100644 --- a/examples/spark-word-count-alluxio.yaml +++ b/examples/spark-word-count-alluxio.yaml @@ -25,7 +25,7 @@ spec: type: Scala pythonVersion: "3" mode: cluster - image: "harbor.datamodel.jiutian.hq.cmcc:8089/spark/spark:v3.1.1" + image: "harbor.magnote.pub/spark/spark:v3.1.1" mainApplicationFile: local:///opt/spark/examples/jars/spark-examples_2.12-3.1.1.jar mainClass: org.apache.spark.examples.JavaWordCount arguments: From b327b51754fcd9d801ebb79a92931c5297babec3 Mon Sep 17 00:00:00 2001 From: wujia Date: Thu, 23 Jun 2022 15:11:10 +0800 Subject: [PATCH 2/2] fix --- charts/alluxio-ingress.yaml | 2 +- charts/spark-operator-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/alluxio-ingress.yaml b/charts/alluxio-ingress.yaml index b47f1bb..d0308eb 100644 --- a/charts/alluxio-ingress.yaml +++ b/charts/alluxio-ingress.yaml @@ -7,7 +7,7 @@ metadata: traefik.frontend.rule.type: PathPrefixStrip spec: rules: - - host: alluxio.matrix.cmcc + - host: alluxio.magnote.pub http: paths: - path: / diff --git a/charts/spark-operator-config.yaml b/charts/spark-operator-config.yaml index 452f777..3c54936 100644 --- a/charts/spark-operator-config.yaml +++ b/charts/spark-operator-config.yaml @@ -30,7 +30,7 @@ uiService: # -- Ingress URL format. # Requires the UI service to be enabled by setting `uiService.enable` to true. -ingressUrlFormat: "kshjm.cmcc.mobile.cn/{{$appNamespace}}/{{$appName}}" +ingressUrlFormat: "magnote.pub/{{$appNamespace}}/{{$appName}}" webhook: # -- Enable webhook server