-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitlminio02.yaml
More file actions
116 lines (116 loc) · 2.9 KB
/
itlminio02.yaml
File metadata and controls
116 lines (116 loc) · 2.9 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
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
tenant:
name: itlminio02
image:
repository: quay.io/minio/minio
tag: latest
pullPolicy: IfNotPresent
imagePullSecret: { }
initContainers: [ ]
scheduler: { }
configuration:
name: itlminio02-env-configuration
configSecret:
name: itlminio02-env-configuration
existingSecret: false
poolsMetadata:
annotations: { }
labels: { }
pools:
- servers: 1
name: itlminio02-pool-0
volumesPerServer: 1
size: 1Gi
storageClassName: minio-data # set location on the node to /mnt/data-lv-01/minio
storageAnnotations: { }
storageLabels: { }
annotations: { }
labels: { }
tolerations: [ ]
nodeSelector:
kubernetes.io/hostname: nwa02
affinity: { }
resources: { }
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
runAsNonRoot: true
containerSecurityContext:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
topologySpreadConstraints: [ ]
mountPath: /export
subPath: /itlminio02
minioBrowserRedirectUrl: https://itlminio02-console.dev.itlusions.com/
consoleTlsHostname: itlminio02-console.dev.itlusions.com
consoleTlsPort: 443
metrics:
enabled: false
port: 9000
protocol: http
certificate:
externalCaCertSecret: [ ]
externalCertSecret: [ ]
requestAutoCert: false
certConfig: { }
features:
bucketDNS: false
domains: { }
enableSFTP: false
buckets: [ ]
users: [ ]
podManagementPolicy: Parallel
liveness: {}
readiness: {}
startup: { }
lifecycle: { }
exposeServices: { }
serviceAccountName: ""
prometheusOperator: false
nodeSelector:
kubernetes.io/hostname: nwa02
logging: { }
serviceMetadata: { }
env: [ ]
priorityClassName: ""
additionalVolumes: [ ]
additionalVolumeMounts: [ ]
ingress:
api:
enabled: true
ingressClassName: ""
labels: { }
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web, websecure
ingressClassName: "traefik"
cert-manager.io/cluster-issuer: "letsencrypt-issuer"
tls:
- secretName: itlminio02-dev-itlusions-com-tls
hosts:
- itlminio02.dev.itlusions.com
host: itlminio02.dev.itlusions.com
path: /
pathType: Prefix
console:
enabled: true
ingressClassName: ""
labels: { }
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web, websecure
ingressClassName: "traefik"
cert-manager.io/cluster-issuer: "letsencrypt-issuer"
tls:
- secretName: itlminio02-console-dev-itlusions-com-tls
hosts:
- itlminio02-console.dev.itlusions.com
host: itlminio02-console.dev.itlusions.com
path: /
pathType: Prefix