-
Notifications
You must be signed in to change notification settings - Fork 39
/
galaxy-stable-phenomenal-18.01-minikube.yaml
96 lines (96 loc) · 2.56 KB
/
galaxy-stable-phenomenal-18.01-minikube.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
# Web: pcm32/galaxy-web-k8s:v18.01-pheno-dev
# Init Flavour: pcm32/galaxy-init-pheno-flavoured:v18.01-pheno-dev
# Postgres: pcm32/galaxy-postgres:9.6.5_for_18.01
# Proftpd: pcm32/galaxy-proftpd:for_galaxy_v18.01
#
# Default values for galaxy-stable.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
galaxy:
init:
image:
repository: pcm32/galaxy-init-pheno-flavoured
tag: v18.01-pheno-dev
pullPolicy: Always
resources: {}
backend:
postgres: true
image:
repository: pcm32/galaxy-web-k8s
tag: v18.01-pheno-dev
pullPolicy: Always
# Probably not needed as all on /export
tools:
destination: "/export/tools"
destinations_default: "k8s"
k8s:
supp_groups: 0
fs_group: 0
admin:
email: "admin@email.do"
password: "admin-pass"
api_key: "qwertyqweqwe"
username: admin
#smtp:
# server: "email.server.do"
# username: "email-user"
# password: "email-pass"
# email_from: "user@server.do"
# ssl: 'False'
instance_resource_url: "localhost"
internal_port: 80
node_port_exposed: 30700
create_pvc: true
pvc:
name: galaxy-pvc
capacity: "15Gi"
# subPath:
# development_folder:
service:
name: galaxy-svc
type: NodePort
pv_minikube: true
pv:
minikube:
hostPath: "/data/galaxy-stable-data-18.01"
use_ingress: false
external_ingress_controller: false
ingress:
enabled: false
# Used to create Ingress record (should used with service.type: ClusterIP).
hosts:
- chart-example.local
annotations:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
tls:
# Secrets must be manually created in the namespace.
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
#requests:
# cpu: 100m
# memory: 128Mi
use_condor: false
postgres_for_galaxy:
db_password: "change-me"
postgres_pvc: "galaxy-pvc"
subpath: "postgres"
postgres_image: "pcm32/galaxy-postgres"
postgres_image_tag: ":9.6.5_for_18.01"
proftpd:
generate_ssh_key: true
image:
repository: "pcm32/galaxy-proftpd"
tag: "for_galaxy_v18.01"
legacy:
pre_k8s_16: false