-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
123 lines (102 loc) · 2.26 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
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
# Default values for webapp-helm-chart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 3
image:
repository: quay.io/pwncorp
name: webapp
tag: latest
pullPolicy: Always
initContainer:
repository: quay.io/pwncorp
name: migrate
tag: latest
pullPolicy: Always
imagePullSecrets:
type: kubernetes.io/dockerconfigjson
dockerConfig: b2theS1tci1oYWNrZXItY2FsbS1kb3duCg==
namespace: webapp
istio:
gateway:
port: 80
namespace: istio-system
hpa:
metrics:
averageUtilization: 5
minReplicas: 1
maxReplicas: 5
deployStrat:
rolling: RollingUpdate
maxSurge: 1
maxUnavailable: 0
progressDeadlineSeconds: 120
minReadySeconds: 30
probes:
path: /healthz
config:
app_hostname: localhost
app_port: "3000"
app_db: app
app_dbport: "5432"
app_dbschema: app
k8s_group: webappcron.csye7125-fall2023-group05.cloud
k8s_api_version: v1
k8s_cr_kind: Cron
k8s_cr_kind_plural: crons
k8s_namespace: webapp
k8s_broker_0: infra-helm-release-kafka-broker-0.infra-helm-release-kafka-broker-headless.deps.svc.cluster.local:9094
k8s_broker_1: infra-helm-release-kafka-broker-1.infra-helm-release-kafka-broker-headless.deps.svc.cluster.local:9094
k8s_broker_2: infra-helm-release-kafka-broker-2.infra-helm-release-kafka-broker-headless.deps.svc.cluster.local:9094
k8s_client_id: webapp
k8s_docker_config_json: b2theS1tci1oYWNrZXItY2FsbS1kb3duCg==
k8s_topic: healthcheck
secret:
type: Opaque
username: app_user
password: app_user@pswd
podLabel:
app: webapp
service: api
psql:
enabled: true
selectorLabel:
app: webapp
service: api
livenessConfig:
initialDelaySeconds: 40
periodSeconds: 10
readinessConfig:
initialDelaySeconds: 40
periodSeconds: 10
service:
type: ClusterIP
port: 3000
dbport: 5432
postgresql:
image:
tag: 15.5.0-debian-11-r5
auth:
username: app_user
password: app_user@pswd
database: app
primary:
persistence:
size: 1Gi
labels:
app: webapp-db
podLabels:
app: webapp-db
resources:
limits:
memory: "768Mi"
cpu: "0.5"
requests:
memory: "128Mi"
cpu: "0.5"
resources:
limits:
memory: "512Mi"
cpu: "0.5"
requests:
memory: "512Mi"
cpu: "0.5"