-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvalues.yaml
26 lines (26 loc) · 852 Bytes
/
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
halyard:
spinnakerVersion: 1.16.1
additionalProfileConfigMaps:
create: true
data:
gate-local.yml: |-
server:
tomcat:
protocolHeader: X-Forwarded-Proto
remoteIpHeader: X-Forwarded-For
internalProxies: .*
# security:
# oauth2:
# client:
# clientId: dummy-client-id
# clientSecret: dummy-client-secret
# userAuthorizationUri: http://192.168.0.4:8282/auth/request/path
# accessTokenUri: http://192.168.0.4:8282/access/token/request
# scope: []
# resource:
# userInfoUri: http://192.168.0.4:8282/userInfo
# userInfoMapping:
# email: email
# firstName: name
# lastName: name
# username: name