Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
wujia committed Aug 3, 2022
2 parents b5f3f42 + b327b51 commit a4204b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/alluxio-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
traefik.frontend.rule.type: PathPrefixStrip
spec:
rules:
- host: alluxio.matrix.cmcc
- host: alluxio.magnote.pub
http:
paths:
- path: /
Expand Down
2 changes: 1 addition & 1 deletion charts/spark-history-server-config.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/spark-operator-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/spark-pi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/spark-word-count-alluxio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a4204b1

Please sign in to comment.