-
Notifications
You must be signed in to change notification settings - Fork 0
/
skaffold.yaml
61 lines (60 loc) · 1.93 KB
/
skaffold.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
apiVersion: skaffold/v4beta6
kind: Config
metadata:
name: dmz-sync
build:
artifacts:
- image: ghcr.io/jakobkolb/datascience-notebook
context: datascience-notebook/
kaniko:
cache:
cacheCopyLayers: true
dockerfile: Dockerfile
buildArgs:
http_proxy: http://fw-bln.rki.local:8020
https_proxy: http://fw-bln.rki.local:8020
HTTP_PROXY: http://fw-bln.rki.local:8020
HTTPS_PROXY: http://fw-bln.rki.local:8020
- image: ghcr.io/jakobkolb/jenkins-inbound-agent
context: jenkins-inbound-agent/
kaniko:
cache:
cacheCopyLayers: true
dockerfile: Dockerfile
buildArgs:
http_proxy: http://fw-bln.rki.local:8020
https_proxy: http://fw-bln.rki.local:8020
HTTP_PROXY: http://fw-bln.rki.local:8020
HTTPS_PROXY: http://fw-bln.rki.local:8020
- image: ghcr.io/jakobkolb/python-test-environment
context: python-test-environment/
kaniko:
cache:
cacheCopyLayers: true
dockerfile: Dockerfile
buildArgs:
http_proxy: http://fw-bln.rki.local:8020
https_proxy: http://fw-bln.rki.local:8020
HTTP_PROXY: http://fw-bln.rki.local:8020
HTTPS_PROXY: http://fw-bln.rki.local:8020
- image: ghcr.io/jakobkolb/smee-proxy
context: smee-proxy/
kaniko:
cache:
cacheCopyLayers: true
dockerfile: Dockerfile
buildArgs:
http_proxy: http://fw-bln.rki.local:8020
https_proxy: http://fw-bln.rki.local:8020
HTTP_PROXY: http://fw-bln.rki.local:8020
HTTPS_PROXY: http://fw-bln.rki.local:8020
cluster:
HTTP_PROXY: 'http://fw-bln.rki.local:8020'
HTTPS_PROXY: 'http://fw-bln.rki.local:8020'
namespace: skaffold
serviceAccount: skaffold
dockerConfig:
secretName: docker-cfg-github
resources:
requests:
ephemeralStorage: 10G