We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fead1 commit ed2515bCopy full SHA for ed2515b
2 files changed
charts/tx-submit-api/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: tx-submit-api
3
description: Creates a Cardano Tx Submit API deployment
4
-version: 0.1.20
+version: 0.1.21
5
appVersion: 0.20.9
6
maintainers:
7
- name: aurora
charts/tx-submit-api/templates/service.yaml
@@ -25,5 +25,7 @@ spec:
25
selector: {{ include "tx-submit-api.selectorLabels" . | nindent 4 }}
26
sessionAffinity: ClientIP
27
type: {{ .Values.service.type }}
28
+ {{- if or (eq .Values.service.type "LoadBalancer") (eq .Values.service.type "NodePort") }}
29
externalTrafficPolicy: {{ .Values.service.externalTrafficPolicy }}
30
+ {{- end }}
31
{{- end }}
0 commit comments