forked from stakater/GitWebhookProxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml.tmpl
44 lines (42 loc) · 1.13 KB
/
values.yaml.tmpl
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
# Generated from /kubernetes/templates/chart/values.yaml.tmpl
kubernetes:
host: https://kubernetes.default
gitWebhookProxy:
useCustomName: false
customName: gitlabwebhookproxy
namespace: default
# name of existing secret containing secret for hashes
existingSecretName: ""
labels:
provider: stakater
group: com.stakater.platform
version: {{ getenv "VERSION" }}
image:
name: {{ getenv "DOCKER_IMAGE" }}
tag: "{{ getenv "VERSION" }}"
pullPolicy: IfNotPresent
config:
provider: github
upstreamURL: "https://jenkins.tools.stackator.com"
allowedPaths: "/github-webhook,/project"
secret: ""
ignoredUsers: "stakater-user"
allowedUsers: "myuser"
service:
labels:
expose: "true"
annotations: {}
ports:
- name: http
port: 80
protocol: TCP
targetPort: 8080
ingress:
enabled: false
annotations:
ingress.kubernetes.io/force-ssl-redirect: "true"
kubernetes.io/ingress.class: external-ingress
monitor.stakater.com/enabled: "true"
host: gitwebhookproxy.tools.stackator.com
serviceName: gitwebhookproxy
servicePort: 80