Sha256: 0de5e6da891616194006786c288400ac9f7e86d4c0360b76fd70a05c0713cee9

Contents?: true

Size: 1.14 KB

Versions: 24

Compression:

Stored size: 1.14 KB

Contents

# Default values for <%= @name %>.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
  repository: <%= @image %>
  tag: <%= @image_version %>
  pullPolicy: IfNotPresent
service:
  name: <%= @name %>
  type: ClusterIP
  externalPort: 8080
  internalPort: 8080
ingress:
  enabled: false
  # Used to create Ingress record (should used with service.type: ClusterIP).
  hosts:
    - <%= @name %>.local
  annotations:
    # kubernetes.io/ingress.class: nginx
    # kubernetes.io/tls-acme: "true"
  tls:
    # Secrets must be manually created in the namespace.
    # - secretName: <%= @name %>-tls
    #   hosts:
    #     - <%= @name %>.local
resources: {}
  # We usually recommend not to specify default resources and to leave this as a conscious 
  # choice for the user. This also increases chances charts run on environments with little 
  # resources, such as Minikube. If you do want to specify resources, uncomment the following 
  # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
  # limits:
  #  cpu: 100m
  #  memory: 128Mi
  #requests:
  #  cpu: 100m
  #  memory: 128Mi

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
kite-1.2.3 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.2.2 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.2.1 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.2.0 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.1.17 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.1.16 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.1.15 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.1.14 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.1.13 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.1.12 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.1.11 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.1.10 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.1.9 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.1.8 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.1.7 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.1.3 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.1.1 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.0.10 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.0.6 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt
kite-1.0.4 tpl/service/%output_path%/charts/%app_name%/values.yaml.tt