forked from canada-ca/tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatch.yaml
More file actions
38 lines (38 loc) · 1.16 KB
/
patch.yaml
File metadata and controls
38 lines (38 loc) · 1.16 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
apiVersion: v1
kind: Namespace
metadata:
name: flux
labels:
istio-injection: disabled
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: flux
namespace: flux
spec:
template:
spec:
containers:
- name: flux
args:
- --manifest-generation
- --memcached-hostname=memcached.flux
- --memcached-service=
- --ssh-keygen-dir=/var/fluxd/keygen
- --git-branch=master
- --registry-exclude-image=quay.io/*,gcr.io/gke-release/*,gke.gcr.io/*,docker.io/*,gcr.io/stackdriver-agents/*,k8s.gcr.io/*,gcr.io/track-compliance/scanners/*,gcr.io/track-compliance/services/*,gcr.io/knative-releases/knative.dev/*,index.docker.io/grafana/*
- --git-ci-skip
- --git-path=platform,app
- --git-user=fluxcd
- --git-email=fluxcd@users.noreply.github.com
- --git-url=git@github.com:canada-ca/tracker.git
- --sync-garbage-collection
- --git-timeout=120s
resources:
requests:
cpu: 900m
memory: 512Mi
limits:
cpu: 900m
memory: 512Mi