63 lines
1017 B
YAML
63 lines
1017 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
registry: ghcr.io
|
|
repository: headlamp-k8s/headlamp
|
|
pullPolicy: IfNotPresent
|
|
tag: "v0.40.1"
|
|
|
|
config:
|
|
oidc:
|
|
clientID: headlamp
|
|
clientSecret: ""
|
|
issuerURL: https://keycloak.dvirlabs.com/realms/lab
|
|
scopes: openid,profile,email,groups
|
|
callbackURL: https://headlamp.dvirlabs.com/oidc-callback
|
|
usePKCE: true
|
|
|
|
serviceAccount:
|
|
create: true
|
|
annotations: {}
|
|
name: ""
|
|
|
|
clusterRoleBinding:
|
|
create: true
|
|
annotations: {}
|
|
|
|
podAnnotations: {}
|
|
|
|
podSecurityContext: {}
|
|
|
|
securityContext: {}
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
hosts:
|
|
- host: headlamp.dvirlabs.com
|
|
paths:
|
|
- path: /
|
|
type: Prefix
|
|
tls:
|
|
- hosts:
|
|
- headlamp.dvirlabs.com
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
memory: 128Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|