Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
fix kubernetes file
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-paulo-parity committed Dec 6, 2022
1 parent 2e0274b commit 87944df
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions helm/templates/processbot-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ spec:
- host: {{ .Values.ingress.domain }}
http:
paths:
- path: /
- backend:
service:
name: parity-processbot
port:
number: {{ .Values.app.WEBHOOK_PORT }}
path: /
pathType: ImplementationSpecific
backend:
serviceName: parity-processbot
servicePort: {{ .Values.app.WEBHOOK_PORT }}
tls:
- hosts:
- {{ .Values.ingress.domain }}
Expand Down

0 comments on commit 87944df

Please sign in to comment.