mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-05-24 16:42:49 +00:00
21 lines
315 B
YAML
21 lines
315 B
YAML
replicaCount: 1
|
|
revisionHistoryLimit: 1
|
|
image:
|
|
registry: herbrandson
|
|
name: k8dash
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
resources:
|
|
requests:
|
|
cpu: 200m
|
|
memory: 300Mi
|
|
livenessProbe:
|
|
initialDelaySeconds: 30
|
|
periodSeconds: 30
|
|
service:
|
|
name: Node
|
|
type: NodePort
|
|
servicePort: 4654
|
|
|
|
|