Skip to content

Commit

Permalink
chore: update ui deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsaporiti committed Dec 16, 2024
1 parent 48b5557 commit 343e760
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions k8s/helm/templates/issuer-node-ui-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ spec:
labels:
{{- include "polygon-id-issuer.uiIssuerNode.Labels" . | nindent 8 }}
{{- include "polygon-id-issuer.selectorLabels" . | nindent 8 }}
annotations:
rollme: {{ randAlphaNum 5 | quote }}
spec:
serviceAccountName: {{ include "helpers.serviceAccountName" . }}
containers:
- name: {{ .Values.uiIssuerNode.deployment.containerName }}
image: {{ .Values.issuernode_ui_repository_image }}:{{ .Values.issuernode_ui_repository_tag }}
imagePullPolicy: {{ .Values.uiIssuerNode.deployment.imagePullPolicy | quote }}
ports:
- containerPort: {{ .Values.uiIssuerNode.deployment.containerPort }}
- containerPort: {{ .Values.uiIssuerNode.deployment.containerPort }}
envFrom:
- configMapRef:
name: {{ .Values.uiIssuerNode.deployment.uiconfigMapRef }}
- configMapRef:
name: {{ .Values.uiIssuerNode.deployment.uiconfigMapRef }}

0 comments on commit 343e760

Please sign in to comment.