Newer
Older
# -- Default number of instances to start
replicaCount: 1
# -- Application name
name: gateway
# -- Ovverwrites application name a
nameOverride: ""
image:
Zdravko Iliev
committed
repository: eu.gcr.io/vrgn-infra-prj
Zdravko Iliev
committed
name: gaiax/ocm/ocm-engine/gateway
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# -- Image tag
# Uses .Chart.AppVersion if empty
tag: ""
# -- Image sha, usually generated by the CI
# Uses image.tag if empty
sha: ""
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image pull secret when internal image is used
pullSecrets: deployment-key-light
podAnnotations: {}
##
## Pass extra environment variables to the container.
##
# extraVars:
# - name: EXTRA_VAR_1
# value: extra-var-value-1
# - name: EXTRA_VAR_2
# value: extra-var-value-2
##
## Create new service when true, and use the specified uner name when set to the name specified
##
resources:
requests:
cpu: 25m
memory: 64Mi
limits:
cpu: 150m
memory: 128Mi
## Configure pod autoscaling
##
autoscaling:
# -- Enable autoscaling
enabled: false
# -- Minimum replicas
minReplicas: 1
# -- Maximum replicas
maxReplicas: 3
# -- CPU target for autoscaling trigger
targetCPUUtilizationPercentage: 70
# -- Memory target for autoscaling trigger
targetMemoryUtilizationPercentage: 70
##
## Prometheus Exporter / Metrics
##
metrics:
# -- Enable prometheus metrics
enabled: true
# -- Port for prometheus metrics
port: 2112
log:
level: "INFO"
encoding: json
##
## Kubernetes [SecurityContext](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) object.
##
security:
# -- by default, apps run as non-root
runAsNonRoot: false
# -- User used by the apps
runAsUid: 0
# -- Group used by the apps
runAsGid: 0
##
##
service:
port: 8081
port1: 8881
ocm:
gateway:
http:
port: 8081
tcp:
port: 8881
socket:
event:
name: message
message:
pattern: webhook
host: gateway.ocm
connection:
service:
tcp:
port: 8882
host: connection-manager.ocm
attestation:
service:
tcp:
port: 8883
host: attestation-manager.ocm
proof:
service:
tcp:
port: 8884
host: proof-manager.ocm
ocmtest:
gateway:
http:
port: 8081
tcp:
port: 8881
socket:
event:
name: message
message:
pattern: webhook
host: gateway.ocm-test
connection:
service:
tcp:
port: 8882
host: connection-manager.ocm-test
attestation:
service:
tcp:
port: 8883
host: attestation-manager.ocm-test
proof:
service:
tcp:
port: 8884
host: proof-manager.ocm-test
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production-http
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/rewrite-target: /$2
tlsEnabled: true
frontendDomain: ssi-dev.vereign.com
frontendTlsSecretName: cert-manager-tls
pathOverride: ""