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 987cb9d commit 2e2b043Copy full SHA for 2e2b043
charts/invenio/templates/web-service.yaml
@@ -15,3 +15,4 @@ spec:
15
targetPort: 8080
16
selector:
17
app: web
18
+ type: {{ default "ClusterIP" .Values.web.service.type }}
charts/invenio/values.yaml
@@ -124,6 +124,8 @@ web:
124
cpu: 1000m
125
memory: 1Gi
126
annotations: []
127
+ service:
128
+ type: NodePort
129
130
worker:
131
enabled: true
0 commit comments