Set new values for headlamp
This commit is contained in:
parent
5f8e465617
commit
12c74770fb
@ -1,12 +1,40 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
|
image:
|
||||||
|
registry: ghcr.io
|
||||||
|
repository: kinvolk/headlamp
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: ""
|
||||||
|
|
||||||
|
config:
|
||||||
|
baseURL: ""
|
||||||
|
oidc:
|
||||||
|
clientID: headlamp
|
||||||
|
clientSecret: lPpiDSlF74VGLhbxCfW7cFpRfcUGjxv7
|
||||||
|
issuerURL: https://keycloak.dvirlabs.com/realms/lab
|
||||||
|
scopes: openid,profile,email,groups
|
||||||
|
|
||||||
|
serviceAccount:
|
||||||
|
create: true
|
||||||
|
annotations: {}
|
||||||
|
name: ""
|
||||||
|
|
||||||
|
clusterRoleBinding:
|
||||||
|
create: true
|
||||||
|
annotations: {}
|
||||||
|
|
||||||
|
podAnnotations: {}
|
||||||
|
|
||||||
|
podSecurityContext: {}
|
||||||
|
|
||||||
|
securityContext: {}
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
@ -16,8 +44,7 @@ ingress:
|
|||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
- secretName: headlamp-tls
|
- hosts:
|
||||||
hosts:
|
|
||||||
- headlamp.dvirlabs.com
|
- headlamp.dvirlabs.com
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
@ -26,3 +53,9 @@ resources:
|
|||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
|
|
||||||
|
nodeSelector: {}
|
||||||
|
|
||||||
|
tolerations: []
|
||||||
|
|
||||||
|
affinity: {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user