mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-25 00:33:20 +08:00
26 lines
529 B
YAML
Executable File
26 lines
529 B
YAML
Executable File
# Default values for python.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
replicaCount: 1
|
|
image:
|
|
repository: draft
|
|
tag: dev
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
name: blockstack-core
|
|
type: ClusterIP
|
|
externalPort: 80
|
|
internalPort: 8080
|
|
annotations:
|
|
fabric8.io/expose: "true"
|
|
fabric8.io/ingress.annotations: "kubernetes.io/ingress.class: nginx"
|
|
resources:
|
|
limits:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
ingress:
|
|
enabled: false
|