-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
62 lines (53 loc) · 1.56 KB
/
values.yaml
File metadata and controls
62 lines (53 loc) · 1.56 KB
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
replicaCount: 2
image:
repository: zot.soh.re
name: hey.soh.re
tag: "v1.0.6"
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 80
targetPort: 8080
name: hey-soh-re
resources: {}
name: webapp
# New section for the external secret
secret:
enabled: false
name: my-external-secret # Name of the existing secret
postgres:
enabled: false
name: postgres-cluster
instances: 2
storage:
size: 10Gi
bootstrap:
initdb:
database: app
owner: app
# ConfigMap section - user can define which configmaps to mount
configMaps: []
# - name: custom-configmap
# mountPath: "/var/www/html"
# data:
# index.php: |
# <?php
# #$ip = getenv("REMOTE_ADDR");
# $ip = getenv('HTTP_X_FORWARDED_FOR');
# print 'Your IP is '.$ip.' Want to fight about it?';
# echo "\n";
# ?>
env: []
#REPO_URL: jmainguy.com
# Persistence: list of volumes to mount. Each item can create a new PVC or use an existing one.
persistence: []
# - name: data # Volume name (used as volume mount name)
# mountPath: /data # Where to mount in the container
# size: 1Gi # Size when creating a new PVC (omit if using existingClaim)
# existingClaim: "" # Optional: name of existing PVC to use (do not create one)
# volumeName: "" # Optional: when creating PVC, bind to this existing PV by name
virtualService:
hosts:
- "hey.soh.re"
# - "www.hey.soh.re"
#redirectToPrimary: true # Redirect www.HOSTNAME to HOSTNAME