forked from abh/ntppool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevspace.yaml
More file actions
executable file
·62 lines (60 loc) · 1.37 KB
/
devspace.yaml
File metadata and controls
executable file
·62 lines (60 loc) · 1.37 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
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.6.0
resources:
limits:
cpu: 1000m
memory: 512Mi
requests:
cpu: 100m
memory: 256Mi
deployments:
- name: ntppool
helm:
chart:
name: ../ntppool-charts/charts/ntppool
valuesFiles:
#- /Users/ask/src/ntppool-k8s/dev-values-do.yaml
- /Users/ask/src/ntppool-k8s/dev-values-kind.yaml
values:
image:
image: harbor.ntppool.org/ntpdev/ntppool-dev
wait: true
dev:
autoReload:
paths:
- ./.redeploy
#deployments:
#- ntppool
sync:
- labelSelector:
app: ntppool
tier: frontend
containerName: httpd
waitInitialSync: false
localSubPath: ./
containerPath: /ntppool
excludePaths:
- backup/
- logs/
- manage2/
- ".data/"
- ".git"
- node_modules/
#- docs/shared/static/cdn/libs/
downloadExcludePaths:
- "*"
disableDownload: true
onUpload:
restartContainer: true