-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeycloak-proxy-deploy.yaml
executable file
·55 lines (55 loc) · 1.56 KB
/
keycloak-proxy-deploy.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
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "14"
creationTimestamp: null
generation: 1
labels:
name: keycloak-proxy
name: keycloak-proxy
selfLink: /apis/extensions/v1beta1/namespaces/auth/deployments/keycloak-proxy
spec:
replicas: 1
selector:
matchLabels:
name: keycloak-proxy
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
annotations:
repository: https://github.com/gambol99/keycloak-proxy
creationTimestamp: null
labels:
name: keycloak-proxy
spec:
containers:
- args:
- --listen=:80
- --upstream-url=http://kubernetes-dashboard.auth
- --discovery-url=https://dex-k8s.example.org/dex
- --client-id=loginapp
- --skip-upstream-tls-verify
- --redirection-url=https://dashboard-k8s.example.org
- --client-secret=4TORGiNV9M54BTk1v7dNuFSaI6hUjfjr
- --scopes=groups
- --enable-authorization-header
- --resources=uri=/*
- --skip-openid-provider-tls-verify
- --secure-cookie=false
image: https://github.com/gambol99/keycloak-proxy:2.2.2
imagePullPolicy: Always
name: proxy
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status: {}