Skip to content

Commit

Permalink
Merge pull request #11 from pokt-network/e2e-tests
Browse files Browse the repository at this point in the history
more changes for e2e tests
  • Loading branch information
okdas authored Nov 22, 2023
2 parents c26440d + 17d63ac commit cc7b9e3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions charts/appgate-server/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ helm.sh/chart: {{ include "appgate-server.chart" . }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
pokt.network/purpose: appgate-server
{{- end }}

{{/*
Expand Down
2 changes: 2 additions & 0 deletions charts/appgate-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ image:
configsConfigMapName: poktrolld-configs # TODO(@okdas): provision in the chart
keysConfigMapName: poktrolld-keys # TODO(@okdas): provision in the chart

selfSigning: true

pocket:
node: poktroll-sequencer
port: 36657
Expand Down
1 change: 1 addition & 0 deletions charts/relayminer/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ helm.sh/chart: {{ include "relayminer.chart" . }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
pokt.network/purpose: relayminer
{{- end }}

{{/*
Expand Down
2 changes: 1 addition & 1 deletion charts/relayminer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ spec:
command: ["poktrolld"]
args:
- "relayminer"
- "--node=tcp://{{ .Values.pocket.node }}:{{ .Values.pocket.port }}"
- "--query-node=tcp://{{ .Values.pocket.node }}:{{ .Values.pocket.port }}"
- "--network-node=tcp://{{ .Values.pocket.node }}:{{ .Values.pocket.port }}"
- "--signing-key={{ .Values.signingKey }}"
- "--keyring-backend={{ .Values.keyringBackend }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand Down
2 changes: 1 addition & 1 deletion charts/relayminer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ securityContext: {}

service:
type: ClusterIP
port: 8548
port: 8545

ingress:
enabled: false
Expand Down

0 comments on commit cc7b9e3

Please sign in to comment.