Skip to content

Commit

Permalink
set ingress to be blank on production.yaml files (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger authored Sep 3, 2024
1 parent b0ffdc9 commit d6cf368
Show file tree
Hide file tree
Showing 23 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion charts/blockscout/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: blockscout helm charts
name: blockscout
version: 0.0.2
version: 0.0.3
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/blockscout/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# blockscout

![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

blockscout helm charts

Expand Down
2 changes: 1 addition & 1 deletion charts/blockscout/values/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ingress:
main:
ingressClassName: "nginx"
hosts:
- host: blockscout.scrollsdk
- host: ""
paths:
- path: /
pathType: Prefix
Expand Down
2 changes: 1 addition & 1 deletion charts/bridge-history-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: bridge-history-api helm charts
name: bridge-history-api
version: 0.0.3
version: 0.0.4
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/bridge-history-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bridge-history-api

![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

bridge-history-api helm charts

Expand Down
4 changes: 2 additions & 2 deletions charts/bridge-history-api/values/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ configMaps:
enabled: true
data:
SCROLL_L1_RPC: ""
SCROLL_L2_RPC: "http://l2-sequencer:8545"
SCROLL_L2_RPC: "http://l2-rpc:8545"

ingress:
main:
ingressClassName: "nginx"
hosts:
- host: bridge-history-api.scrollsdk
- host: ""
paths:
- path: /
pathType: Prefix
Expand Down
2 changes: 1 addition & 1 deletion charts/coordinator-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: coordinator-api helm charts
name: coordinator-api
version: 0.0.4
version: 0.0.5
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/coordinator-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coordinator-api

![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

coordinator-api helm charts

Expand Down
2 changes: 1 addition & 1 deletion charts/coordinator-api/values/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ingress:
main:
ingressClassName: "nginx"
hosts:
- host: coordinator-api.scrollsdk
- host: ""
paths:
- path: /
pathType: Prefix
Expand Down
2 changes: 1 addition & 1 deletion charts/frontends/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: frontends helm charts
name: frontends
version: 0.0.4
version: 0.0.5
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/frontends/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frontends

![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

frontends helm charts

Expand Down
2 changes: 1 addition & 1 deletion charts/frontends/values/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ingress:
main:
ingressClassName: "nginx"
hosts:
- host: frontends.scrollsdk
- host: ""
paths:
- path: /
pathType: Prefix
2 changes: 1 addition & 1 deletion charts/l2-rpc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: l2-rpc helm chart
name: l2-rpc
version: 0.0.7
version: 0.0.8
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-rpc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# l2-rpc

![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

l2-rpc helm chart

Expand Down
2 changes: 1 addition & 1 deletion charts/l2-rpc/values/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ingress:
main:
ingressClassName: "nginx"
hosts:
- host: l2-rpc.scrollsdk
- host: ""
paths:
- path: /
pathType: Prefix
2 changes: 1 addition & 1 deletion charts/rollup-explorer-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: rollup-explorer-backend helm charts
name: rollup-explorer-backend
version: 0.0.2
version: 0.0.3
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/rollup-explorer-backend/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rollup-explorer-backend

![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

rollup-explorer-backend helm charts

Expand Down
2 changes: 1 addition & 1 deletion charts/rollup-explorer-backend/values/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ingress:
main:
ingressClassName: "nginx"
hosts:
- host: rollup-explorer-backend.scrollsdk
- host: ""
paths:
- path: /
pathType: Prefix
2 changes: 1 addition & 1 deletion charts/rollup-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: rollup-node helm charts
name: rollup-node
version: 0.0.4
version: 0.0.5
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/rollup-node/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rollup-node

![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

rollup-node helm charts

Expand Down
2 changes: 1 addition & 1 deletion charts/rollup-node/values/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ingress:
main:
ingressClassName: "nginx"
hosts:
- host: rollup-node.scrollsdk
- host: ""
paths:
- path: /
pathType: Prefix
Expand Down
16 changes: 8 additions & 8 deletions charts/scroll-sdk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: scroll helm charts to deploy scroll sdk
name: scroll-sdk
version: 0.0.18
version: 0.0.19
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand All @@ -22,11 +22,11 @@ dependencies:
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: balance-checker.enabled
- name: blockscout
version: 0.0.2
version: 0.0.3
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: blockscout.enabled
- name: bridge-history-api
version: 0.0.3
version: 0.0.4
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: bridge-history-api.enabled
- name: bridge-history-fetcher
Expand All @@ -46,15 +46,15 @@ dependencies:
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: contracts.enabled
- name: coordinator-api
version: 0.0.4
version: 0.0.5
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: coordinator-api.enabled
- name: coordinator-cron
version: 0.0.5
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: coordinator-cron.enabled
- name: frontends
version: 0.0.4
version: 0.0.5
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: frontends.enabled
- name: gas-oracle
Expand All @@ -70,7 +70,7 @@ dependencies:
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: l2-bootnode.enabled
- name: l2-rpc
version: 0.0.7
version: 0.0.8
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: l2-rpc.enabled
- name: grafana
Expand All @@ -94,11 +94,11 @@ dependencies:
version: 59.0.0
condition: kube-prometheus-stack.enabled
- name: rollup-explorer-backend
version: 0.0.2
version: 0.0.3
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: rollup-explorer-backend.enabled
- name: rollup-node
version: 0.0.4
version: 0.0.5
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: rollup-node.enabled
- name: rpc-gateway
Expand Down
16 changes: 8 additions & 8 deletions charts/scroll-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scroll-sdk

![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

scroll helm charts to deploy scroll sdk

Expand All @@ -22,23 +22,23 @@ Kubernetes: `>=1.22.0-0`
| https://grafana.github.io/helm-charts | loki-stack | 2.10.2 |
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 59.0.0 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | balance-checker | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | blockscout | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | blockscout | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | blockscout-sc-verifier | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-api | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-api | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-fetcher | 0.0.5 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | chain-monitor | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | contracts | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-api | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-api | 0.0.5 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-cron | 0.0.5 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | frontends | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | frontends | 0.0.5 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | gas-oracle | 0.0.5 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l1-devnet | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l1-explorer | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-bootnode | 0.0.7 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-rpc | 0.0.7 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-rpc | 0.0.8 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-sequencer | 0.0.8 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-explorer-backend | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-node | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-explorer-backend | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-node | 0.0.5 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rpc-gateway | 0.0.2 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.0 |

Expand Down

0 comments on commit d6cf368

Please sign in to comment.