mirror of
https://github.com/valitydev/helmsdeep.git
synced 2024-11-06 08:55:21 +00:00
897084a029
bump dashboard fix reporter party-management url
113 lines
2.7 KiB
YAML
113 lines
2.7 KiB
YAML
# -*- mode: yaml -*-
|
|
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: {{ .Values.services.global.registry.repository | default "docker.io/rbkmoney" }}/machinegun
|
|
tag: 9c3248a68fe530d23a8266057a40a1a339a161b8
|
|
pullPolicy: IfNotPresent
|
|
|
|
{{ if .Values.services.global.registry.imagePullSecret }}
|
|
imagePullSecrets:
|
|
- {{ .Values.services.global.registry.imagePullSecret }}
|
|
{{ end }}
|
|
|
|
configMap:
|
|
data:
|
|
config.yaml: |
|
|
{{- tpl (readFile "config.yaml.gotmpl") . | nindent 6 }}
|
|
|
|
secret:
|
|
data:
|
|
cookie: "SomeV3ryRand0mStringForCoock1e"
|
|
|
|
volumes:
|
|
- name: config-volume
|
|
configMap:
|
|
name: {{ .Release.Name }}
|
|
- name: cookie-secret
|
|
secret:
|
|
secretName: {{ .Release.Name }}
|
|
|
|
volumeMounts:
|
|
- name: config-volume
|
|
mountPath: /opt/machinegun/etc/config.yaml
|
|
subPath: config.yaml
|
|
readOnly: true
|
|
- name: cookie-secret
|
|
mountPath: /opt/machinegun/etc/cookie
|
|
subPath: cookie
|
|
readOnly: true
|
|
|
|
metrics:
|
|
serviceMonitor:
|
|
enabled: {{ .Values.services.global.metrics.enabled }}
|
|
namespace: {{ .Release.Namespace }}
|
|
additionalLabels:
|
|
release: prometheus
|
|
|
|
ciliumPolicies:
|
|
- filters:
|
|
- port: 8500
|
|
type: TCP
|
|
name: consul
|
|
namespace: {{ .Release.Namespace }}
|
|
- filters:
|
|
- port: 9092
|
|
rules:
|
|
kafka:
|
|
- role: produce
|
|
topics:
|
|
- mg-events-cashreg
|
|
- mg-events-customer
|
|
- mg-events-ff-deposit
|
|
- mg-events-ff-destination
|
|
- mg-events-ff-identity
|
|
- mg-events-ff-p2p-template
|
|
- mg-events-ff-p2p-transfer
|
|
- mg-events-ff-p2p-transfer-session
|
|
- mg-events-ff-source
|
|
- mg-events-ff-w2w-transfer
|
|
- mg-events-ff-wallet
|
|
- mg-events-ff-withdrawal
|
|
- mg-events-ff-withdrawal-session
|
|
- mg-events-invoice
|
|
- mg-events-invoice-template
|
|
- mg-events-party
|
|
- mg-events-rates
|
|
- mg-events-recurrent-paytools
|
|
- mg-events-schedulers
|
|
type: TCP
|
|
name: kafka
|
|
namespace: {{ .Release.Namespace }}
|
|
- filters:
|
|
- port: 8087
|
|
type: TCP
|
|
name: riak
|
|
namespace: {{ .Release.Namespace }}
|
|
- filters:
|
|
- port: 8022
|
|
type: TCP
|
|
name: bender
|
|
namespace: {{ .Release.Namespace }}
|
|
- filters:
|
|
- port: 8022
|
|
type: TCP
|
|
name: url-shortener
|
|
namespace: {{ .Release.Namespace }}
|
|
- filters:
|
|
- port: 8022
|
|
type: TCP
|
|
name: machinegun
|
|
namespace: {{ .Release.Namespace }}
|
|
- filters:
|
|
- port: 8022
|
|
type: TCP
|
|
name: dominant
|
|
namespace: {{ .Release.Namespace }}
|
|
- filters:
|
|
- port: 8022
|
|
type: TCP
|
|
name: hellgate
|
|
namespace: {{ .Release.Namespace }}
|