forked from pomerium/pomerium-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
149 lines (131 loc) · 3.18 KB
/
values.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# For detailed explanation of each of the configuration settings see
# https://www.pomerium.io/reference/
# settings that are shared by all services
config:
# routes under this wildcard domain are handled by pomerium
rootDomain: corp.beyondperimeter.com
# existingSecret:
# existingConfig:
existingLegacyTLSSecret: false
sharedSecret: ""
cookieSecret: ""
generateTLS: true
forceGenerateTLS: false
extraOpts: {}
existingPolicy: ""
policy: {}
authenticate:
# fullnameOverride: authenticate
# nameOverride: authenticate
existingTLSSecret: ""
redirectUrl: ""
# see https://www.pomerium.io/docs/identity-providers.html
idp:
provider: google
clientID: "REPLACE_ME"
clientSecret: "REPLACE_ME"
url: ""
serviceAccount: ""
tls:
cert: ""
key: ""
defaultSANList: []
defaultIPList: []
# replicaCount: 1
authorize:
# fullnameOverride: authorize
# nameOverride: authorize
existingTLSSecret: ""
tls:
cert: ""
key: ""
defaultSANList: []
defaultIPList: []
# replicaCount: 1
proxy:
# fullnameOverride: proxy
# nameOverride: proxy
existingTLSSecret: ""
tls:
cert: ""
key: ""
defaultSANList: []
defaultIPList: []
# replicaCount: 1
authenticateServiceUrl: ""
authorizeServiceUrl: ""
authorizeInternalUrl: ""
service:
# Service type can be set to ClusterIP, NodePort or LoadBalancer.
authorize:
headless: true
type: ClusterIP
externalPort: 443
annotations:
{}
# === GKE load balancer tweaks; default on until I can figure out
# how the hell to escape this string from the helm CLI
# cloud.google.com/app-protocols: '{"https":"HTTPS"}'
labels: {}
ingress:
secretName: ""
secret:
name: ""
cert: ""
key: ""
enabled: true
hosts: []
annotations:
{}
# === nginx tweaks
# kubernetes.io/ingress.class: nginx
# nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
# nginx.ingress.kubernetes.io/proxy-buffer-size: "16k"
# === GKE load balancer tweaks; default on until I can figure out
# how the hell to escape this string from the helm CLI
# kubernetes.io/ingress.allow-http: "false"
resources:
{}
# limits:
# cpu: 100m
# memory: 300Mi
# requests:
# cpu: 100m
# memory: 300Mi
priorityClassName: ""
# Affinity for pod assignment
# Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
# affinity: {}
# Tolerations for pod assignment
# Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
# tolerations: []
# Node labels for pod assignment
# Ref: https://kubernetes.io/docs/user-guide/node-selection/
# nodeSelector: {}
podAnnotations: {}
podLabels: {}
replicaCount: 1
# For any other settings that are optional. for a complete listing see:
# https://www.pomerium.io/docs/config-reference.html
extraEnv: {}
extraArgs: {}
extraVolumes: {}
image:
repository: "pomerium/pomerium"
tag: "v0.5.1"
pullPolicy: "IfNotPresent"
metrics:
enabled: false
port: 9090
tracing:
enabled: false
provider: ""
debug: false
jaeger:
collector_endpoint: ""
agent_endpoint: ""
serviceMonitor:
enabled: false
namespace: ""
labels:
release: prometheus