Skip to content

Commit

Permalink
fix broken names
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Mar 12, 2024
1 parent 2c07ac4 commit fc8e422
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws/fiware/dome-wallet/wallet-server/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "blockchain-connector.fullname" . }}
name: {{ include "wallet-server.fullname" . }}
namespace: {{ .Release.Namespace | quote }}
labels:
{{ include "blockchain-connector.labels" . | nindent 4 }}
{{ include "wallet-server.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
Expand All @@ -14,5 +14,5 @@ spec:
protocol: TCP
name: http
selector:
app.kubernetes.io/name: {{ include "blockchain-connector.name" . }}
app.kubernetes.io/name: {{ include "wallet-server.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}

0 comments on commit fc8e422

Please sign in to comment.