Set new values for headlamp
This commit is contained in:
parent
5f8e465617
commit
12c74770fb
@ -1,12 +1,40 @@
|
||||
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:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
@ -16,8 +44,7 @@ ingress:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: headlamp-tls
|
||||
hosts:
|
||||
- hosts:
|
||||
- headlamp.dvirlabs.com
|
||||
|
||||
resources:
|
||||
@ -26,3 +53,9 @@ resources:
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 128Mi
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user