Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Mar 12, 2024
1 parent d4c4435 commit 18c73ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws/fiware/dome-wallet/wallet-driving/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ deployment:
ws: wss://dome-wallet-server.fiware.dev
keycloakUrl: https://keycloak-wallet.fiware.dev
service:
port: {{ .Values.service.port }}
port: 8088
type: ClusterIP
2 changes: 1 addition & 1 deletion aws/fiware/dome-wallet/wallet-server/templates/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
host: dome-wallet-server.fiware.dev
port:
targetPort: 8088
targetPort: {{ .Values.service.port }}
tls:
termination: edge
insecureEdgeTerminationPolicy: Redirect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ metadata:
spec:
type: {{ .Values.service.type }}
ports:
# same as scorpio, makes other config easier
- port: {{ .Values.service.port }}
targetPort: {{ .Values.service.port }}
protocol: TCP
Expand Down

0 comments on commit 18c73ca

Please sign in to comment.