helmsdeep/config/test-transaction/values.yaml.gotmpl
vilorij 18ebb1541f
Changes (#246)
* Ch values added

* initdb-related fixes

* no optional

* vault fix for k8s 1.21

* policy add

* configurable replicas count

* typo fix

* add new env

* fix ingressclass

* return correct config

* policy refactor

* add FRONTURL for realms

* refactor papi

* add cnp

* bump deps

* delete useless cnp

* new service

* comment l7 cnp

* add needed cnp

* move vhost to ingress

* ZK label for cnp

* change create time for fixing UpdatePassword

* delete ns from cnp

* bump

* last policy

Co-authored-by: i.panteleev <i.panteleev@rbk.money>
Co-authored-by: Dmitry Skokov <d.skokov@rbkmoney.com>
2021-11-15 04:38:10 +03:00

95 lines
1.7 KiB
Go Template

image:
repository: docker.io/nginx
tag: latest
pullPolicy: IfNotPresent
{{ if .Values.services.global.registry.imagePullSecret }}
imagePullSecrets:
- name: {{ .Values.services.global.registry.imagePullSecret }}
{{ end }}
imagePullSecrets: []
replicaCount: 1
nameOverride: ""
fullnameOverride: ""
service:
ports:
- name: api
port: 80
livenessProbe:
httpGet:
port: api
path: /healthz
readinessProbe:
httpGet:
port: api
path: /healthz
volumeMounts:
- name: config-volume
mountPath: /etc/nginx/conf.d/virtualhost.conf
subPath: virtualhost.conf
readOnly: true
volumes:
- name: config-volume
configMap:
name: {{ .Release.Name }}
items:
- key: virtualhost.conf
path: virtualhost.conf
serviceAccount:
create: true
annotations: {}
name: ""
cronjob:
enabled: true
image:
repository: {{ .Values.services.global.registry.repository | default "docker.io" }}/test_transaction_v2
tag: d00bb62cb1b685fc5227cdce224174bf21ef333f
pullPolicy: IfNotPresent
schedule: "*/1 * * * *"
args:
- "http://keycloak-http"
- "demo_merchant"
- "Parolec0"
- http://{{ .Release.Name }}
{{- if eq .Values.services.global.ipv6only false }}
- "-4"
{{- end }}
- --create-test-shop
configMap:
data:
virtualhost.conf: |
{{- tpl (readFile "virtualhost.conf") . | nindent 6 }}
ciliumPolicies:
- filters:
- port: 8080
type: TCP
name: keycloak
- filters:
- port: 8080
type: TCP
name: capi-v1
- filters:
- port: 8080
type: TCP
name: capi-v2
- filters:
- port: 8080
type: TCP
name: capi-pcidss-v2
- filters:
- port: 80
type: TCP
name: test-transaction