Try publishing helm charts
Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
@@ -56,6 +56,10 @@ spec:
|
||||
- containerPort: 8080
|
||||
name: http
|
||||
volumeMounts:
|
||||
- mountPath: /tmp
|
||||
name: tmp
|
||||
- mountPath: /.rc
|
||||
name: tmp
|
||||
- mountPath: /srv/config/
|
||||
name: config
|
||||
readOnly: true
|
||||
@@ -63,6 +67,8 @@ spec:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
- name: tmp
|
||||
emptyDir: {}
|
||||
- name: config
|
||||
configMap:
|
||||
name: {{ include "rustfs-manager-operator.name" . }}-config
|
||||
|
||||
Reference in New Issue
Block a user