-
Notifications
You must be signed in to change notification settings - Fork 139
/
devspace.yaml
69 lines (67 loc) · 1.67 KB
/
devspace.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
version: v1beta10
images:
ntppool:
dockerfile: Dockerfile.dev
image: harbor.ntppool.org/ntpdev/ntppool-dev
tags:
- dev-${DEVSPACE_GIT_COMMIT}-${DEVSPACE_TIMESTAMP}
- latest
injectRestartHelper: true
build:
kaniko:
cache: true
snapshotMode: full
image: gcr.io/kaniko-project/executor:v1.23.2
resources:
limits:
cpu: 2000m
memory: 1024Mi
requests:
cpu: 100m
memory: 256Mi
deployments:
- name: ntppool
helm:
chart:
#name: ntppool
name: ../ntppool-charts/pub/charts/ntppool
repo: https://charts.ntppool.org
valuesFiles:
#- /Users/ask/src/ntppool-k8s/dev-values-kind.yaml
- /Users/ask/src/ntppool-k8s/devel/dev-values-ewr1.yaml
values:
image:
image: harbor.ntppool.org/ntpdev/ntppool-dev
config:
manage_hostname: manage.askdev.grundclock.com
web_hostname: web.askdev.grundclock.com
pool_domain: ntp.askdev.grundclock.com
httpd_maxclients: "6"
static_base: https://st.ntppool.org/askntp/
wait: true
dev:
sync:
- labelSelector:
app: ntppool
tier: frontend
containerName: httpd
waitInitialSync: true
localSubPath: ./
containerPath: /ntppool
excludePaths:
- backup/
- logs/
- manage2/
- ".data/"
#- ".git"
- ".vscode"
- node_modules/
- perl-languageserver.log
downloadExcludePaths:
- "*"
disableDownload: true
onUpload:
restartContainer: false
#profiles:
#- name: ewrdev
# replace: